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 8.0.0-alpha.1 to 8.0.0-alpha.2

3

lib/index.js
import { declare } from '@babel/helper-plugin-utils';
import syntaxNumericSeparator from '@babel/plugin-syntax-numeric-separator';

@@ -18,3 +17,3 @@ function remover({

name: "transform-numeric-separator",
inherits: syntaxNumericSeparator.default,
inherits: undefined,
visitor: {

@@ -21,0 +20,0 @@ NumericLiteral: remover,

{
"name": "@babel/plugin-transform-numeric-separator",
"version": "8.0.0-alpha.1",
"version": "8.0.0-alpha.2",
"description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",

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

"dependencies": {
"@babel/helper-plugin-utils": "^8.0.0-alpha.1",
"@babel/plugin-syntax-numeric-separator": "^7.10.4"
"@babel/helper-plugin-utils": "^8.0.0-alpha.2"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.1"
"@babel/core": "^8.0.0-alpha.2"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.1",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.1",
"@babel/traverse": "^8.0.0-alpha.1",
"@babel/types": "^8.0.0-alpha.1"
"@babel/core": "^8.0.0-alpha.2",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.2",
"@babel/traverse": "^8.0.0-alpha.2",
"@babel/types": "^8.0.0-alpha.2"
},

@@ -33,0 +32,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