Socket
Socket
Sign inDemoInstall

@babel/plugin-proposal-numeric-separator

Package Overview
Dependencies
Maintainers
4
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 7.18.6 to 7.21.4-esm

lib/index.js.map

9

lib/index.js

@@ -7,7 +7,4 @@ "use strict";

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

@@ -17,7 +14,5 @@ node

var _extra$raw;
const {
extra
} = node;
if (extra != null && (_extra$raw = extra.raw) != null && _extra$raw.includes("_")) {

@@ -27,3 +22,2 @@ extra.raw = extra.raw.replace(/_/g, "");

}
var _default = (0, _helperPluginUtils.declare)(api => {

@@ -40,3 +34,4 @@ api.assertVersion(7);

});
exports.default = _default;
exports.default = _default;
//# sourceMappingURL=index.js.map
{
"name": "@babel/plugin-proposal-numeric-separator",
"version": "7.18.6",
"version": "7.21.4-esm",
"description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",

@@ -20,13 +20,13 @@ "repository": {

"dependencies": {
"@babel/helper-plugin-utils": "^7.18.6",
"@babel/helper-plugin-utils": "^7.21.4-esm",
"@babel/plugin-syntax-numeric-separator": "^7.10.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
"@babel/core": "^7.0.0-0 || 7.21.4-esm"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/helper-plugin-test-runner": "^7.18.6",
"@babel/traverse": "^7.18.6",
"@babel/types": "^7.18.6"
"@babel/core": "^7.21.4-esm",
"@babel/helper-plugin-test-runner": "^7.21.4-esm",
"@babel/traverse": "^7.21.4-esm",
"@babel/types": "^7.21.4-esm"
},

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

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