Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-numeric-separator

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-numeric-separator - npm Package Compare versions

Comparing version 7.22.5 to 7.22.11

3

lib/index.js

@@ -8,3 +8,2 @@ "use strict";

var _helperPluginUtils = require("@babel/helper-plugin-utils");
var _pluginSyntaxNumericSeparator = require("@babel/plugin-syntax-numeric-separator");
function remover({

@@ -25,3 +24,3 @@ node

name: "transform-numeric-separator",
inherits: _pluginSyntaxNumericSeparator.default,
inherits: require("@babel/plugin-syntax-numeric-separator").default,
visitor: {

@@ -28,0 +27,0 @@ NumericLiteral: remover,

{
"name": "@babel/plugin-transform-numeric-separator",
"version": "7.22.5",
"version": "7.22.11",
"description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",

@@ -27,6 +27,6 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/core": "^7.22.11",
"@babel/helper-plugin-test-runner": "^7.22.5",
"@babel/traverse": "^7.22.5",
"@babel/types": "^7.22.5"
"@babel/traverse": "^7.22.11",
"@babel/types": "^7.22.11"
},

@@ -33,0 +33,0 @@ "engines": {

@@ -5,3 +5,3 @@ # @babel/plugin-transform-numeric-separator

See our website [@babel/plugin-transform-numeric-separator](https://babeljs.io/docs/en/babel-plugin-transform-numeric-separator) for more information.
See our website [@babel/plugin-transform-numeric-separator](https://babeljs.io/docs/babel-plugin-transform-numeric-separator) for more information.

@@ -8,0 +8,0 @@ ## Install

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc