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.11 to 7.23.3

3

lib/index.js

@@ -19,3 +19,3 @@ "use strict";

}
var _default = (0, _helperPluginUtils.declare)(api => {
var _default = exports.default = (0, _helperPluginUtils.declare)(api => {
api.assertVersion(7);

@@ -31,4 +31,3 @@ return {

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

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

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

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

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