Purpose and Summary
Chamber: House
Introduced date: 2025-03-25
function toString(encoding, start, end) { if (arguments.length === 0) { return this.utf8Slice(0, this.length); } const len = this.length; if (start <= ...
0) start = 0; else if (start >= len) return ''; else start |= 0; if (end === undefined || end > len) end = len; else end |= 0; if (end <= start) return ''; if (encoding === undefined) return this.utf8Slice(start, end); const ops = getEncodingOps(encoding); if (ops === undefined) throw new ERR_UNKNOWN_ENCODING(encoding); return ops.slice(this, start, end); }
Recent Activity
Referred to the Committee on Education and Workforce, and in addition to the Committee on the Judiciary, for a period to be subsequently determined by the Speaker, in each case for consideration of such provisions as fall within the jurisdiction of the committee concerned.
Alternative Names
SHARE Act of 2025
SHARE Act of 2025
States Handling Access to Reciprocity for Employment Act of 2025
To authorize the use of Federal Bureau of Investigation criminal history record information for administration of certain licenses.
Associated Legislation
SHARE Act of 2025
Policy Areas
Crime and Law Enforcement
Potential Impact
Sponsors and Supporters
Rep. Mann, Tracey [R-KS-1]
Rep. Mann, Tracey [R-KS-1]
Rep. Mann, Tracey [R-KS-1]
Rep. Mann, Tracey [R-KS-1]
Rep. Mann, Tracey [R-KS-1]
Cosponsors and Supporters
Rep. Neguse, Joe [D-CO-2]
Rep. LaMalfa, Doug [R-CA-1]
Rep. Davis, Donald G. [D-NC-1]
Rep. Crenshaw, Dan [R-TX-2]
Del. Norton, Eleanor Holmes [D-DC-At Large]
Rep. Meuser, Daniel [R-PA-9]
Rep. Graves, Sam [R-MO-6]
Rep. Boebert, Lauren [R-CO-4]
Rep. McCaul, Michael T. [R-TX-10]
Rep. Bice, Stephanie I. [R-OK-5]
Rep. Valadao, David G. [R-CA-22]
Rep. Schmidt, Derek [R-KS-2]
Rep. Wied, Tony [R-WI-8]
Rep. Steil, Bryan [R-WI-1]
Rep. Neguse, Joe [D-CO-2]
Rep. LaMalfa, Doug [R-CA-1]
Rep. Davis, Donald G. [D-NC-1]
Rep. Crenshaw, Dan [R-TX-2]
Del. Norton, Eleanor Holmes [D-DC-At Large]
Rep. Meuser, Daniel [R-PA-9]
Rep. Graves, Sam [R-MO-6]
Rep. Boebert, Lauren [R-CO-4]
Rep. McCaul, Michael T. [R-TX-10]
Rep. Bice, Stephanie I. [R-OK-5]
Rep. Valadao, David G. [R-CA-22]
Rep. Schmidt, Derek [R-KS-2]
Rep. Wied, Tony [R-WI-8]
Rep. Steil, Bryan [R-WI-1]
Rep. McCormick, Richard [R-GA-7]
Committees and Subcommittees
undefined Variations and Revisions