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.21.4-esm to 7.21.4-esm.1

15

lib/index.js

@@ -1,9 +0,3 @@

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _helperPluginUtils = require("@babel/helper-plugin-utils");
var _pluginSyntaxNumericSeparator = require("@babel/plugin-syntax-numeric-separator");
import { declare } from "@babel/helper-plugin-utils";
import syntaxNumericSeparator from "@babel/plugin-syntax-numeric-separator";
function remover({

@@ -20,7 +14,7 @@ node

}
var _default = (0, _helperPluginUtils.declare)(api => {
export default declare(api => {
api.assertVersion(7);
return {
name: "proposal-numeric-separator",
inherits: _pluginSyntaxNumericSeparator.default,
inherits: syntaxNumericSeparator.default,
visitor: {

@@ -32,4 +26,3 @@ NumericLiteral: remover,

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

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

"dependencies": {
"@babel/helper-plugin-utils": "^7.21.4-esm",
"@babel/helper-plugin-utils": "^7.21.4-esm.1",
"@babel/plugin-syntax-numeric-separator": "^7.10.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0 || 7.21.4-esm"
"@babel/core": "^7.0.0-0 || 7.21.4-esm.1"
},
"devDependencies": {
"@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"
"@babel/core": "^7.21.4-esm.1",
"@babel/helper-plugin-test-runner": "^7.21.4-esm.1",
"@babel/traverse": "^7.21.4-esm.1",
"@babel/types": "^7.21.4-esm.1"
},

@@ -37,3 +37,3 @@ "engines": {

"author": "The Babel Team (https://babel.dev/team)",
"type": "commonjs"
"type": "module"
}

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