Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
@babel/plugin-transform-numeric-separator
Advanced tools
Remove numeric separators from Decimal, Binary, Hex and Octal literals
The @babel/plugin-transform-numeric-separator package allows developers to use numeric separators in their JavaScript code to improve readability of numeric literals. This plugin transforms these numeric literals with separators into standard numeric literals that can be understood by JavaScript engines that do not support this ES2021 feature.
Transforming large numeric literals
Improves readability of large numeric literals by allowing underscores as separators.
1000000000 // Before transformation
1_000_000_000 // After using @babel/plugin-transform-numeric-separator
Support for various numeric types
Allows numeric separators in binary, octal, and hexadecimal literals, enhancing clarity in different numeric systems.
0b1010_0101_1001 // binary
0o2_3_5_7 // octal
0xdead_beef // hexadecimal
TypeScript, a superset of JavaScript, supports numeric separators directly in the language without needing a transformation plugin. However, TypeScript offers a much broader set of features beyond numeric separators, including type checking and interfaces.
esbuild is a fast JavaScript bundler and minifier that supports transforming modern JavaScript features, including numeric separators, for compatibility with older environments. While it provides similar functionality in terms of numeric separators, esbuild is more focused on bundling and building performance.
Remove numeric separators from Decimal, Binary, Hex and Octal literals
See our website @babel/plugin-transform-numeric-separator for more information.
Using npm:
npm install --save-dev @babel/plugin-transform-numeric-separator
or using yarn:
yarn add @babel/plugin-transform-numeric-separator --dev
v7.24.7 (2024-06-05)
babel-node
babel-traverse
constantViolations
with destructuring (@liuxingbaoyu)babel-helper-transform-fixture-test-runner
, babel-plugin-proposal-explicit-resource-management
using
in switch
correctly (@liuxingbaoyu)babel-helpers
, babel-runtime-corejs2
, babel-runtime-corejs3
, babel-runtime
FAQs
Remove numeric separators from Decimal, Binary, Hex and Octal literals
The npm package @babel/plugin-transform-numeric-separator receives a total of 11,505,005 weekly downloads. As such, @babel/plugin-transform-numeric-separator popularity was classified as popular.
We found that @babel/plugin-transform-numeric-separator 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 threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.