
Research
/Security News
npm Package Uses Prompt Injection and Token Flooding to Disrupt AI Malware Scanners
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.
@babel/plugin-transform-unicode-sets-regex
Advanced tools
Compile regular expressions' unicodeSets (v) flag.
Compile regular expressions' unicodeSets (v) flag.
See our website @babel/plugin-transform-unicode-sets-regex for more information.
Using npm:
npm install --save-dev @babel/plugin-transform-unicode-sets-regex
or using yarn:
yarn add @babel/plugin-transform-unicode-sets-regex --dev
The regexpu-core package is a regular expression polyfill that also transforms Unicode property escapes. It is similar to @babel/plugin-transform-unicode-sets-regex but can be used independently of Babel. It provides a function that takes a string (a regular expression pattern) and returns a new string with transformed Unicode property escapes.
This Babel plugin transforms new RegExp() constructors by replacing any patterns that include Unicode property escapes with transpiled versions. It is similar to @babel/plugin-transform-unicode-sets-regex but focuses on RegExp constructors rather than literals.
FAQs
Compile regular expressions' unicodeSets (v) flag.
The npm package @babel/plugin-transform-unicode-sets-regex receives a total of 27,933,743 weekly downloads. As such, @babel/plugin-transform-unicode-sets-regex popularity was classified as popular.
We found that @babel/plugin-transform-unicode-sets-regex demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.

Product
Socket now detects supply chain risks in project manifests, starting with missing lockfiles that can make dependency installs non-reproducible.

Research
/Security News
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.