Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@parcel/babylon-walk

Package Overview
Dependencies
Maintainers
1
Versions
396
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/babylon-walk - npm Package Compare versions

Comparing version 2.0.0-nightly.1789 to 2.0.0-nightly.1795

3

lib/explode.js

@@ -70,4 +70,3 @@ "use strict";

if (deprecratedKey) {
console.trace(`Visitor defined for ${nodeType} but it has been renamed to ${deprecratedKey}`);
aliases = [deprecratedKey];
throw new Error(`Visitor defined for ${nodeType} but it has been renamed to ${deprecratedKey}`);
}

@@ -74,0 +73,0 @@

{
"name": "@parcel/babylon-walk",
"version": "2.0.0-nightly.1789+b9e4105c",
"version": "2.0.0-nightly.1795+bac3f05f",
"license": "MIT",

@@ -19,3 +19,3 @@ "publishConfig": {

},
"gitHead": "b9e4105c50576ed22a99860e08e65491d4659a43"
"gitHead": "bac3f05fa31574338f14ab9cd2c9bd78fb1c22ee"
}

@@ -64,6 +64,5 @@ // Copied from babel-traverse, but with virtual types handling removed

if (deprecratedKey) {
console.trace(
throw new Error(
`Visitor defined for ${nodeType} but it has been renamed to ${deprecratedKey}`,
);
aliases = [deprecratedKey];
}

@@ -70,0 +69,0 @@

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