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

babel-traverse

Package Overview
Dependencies
Maintainers
4
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-traverse - npm Package Compare versions

Comparing version 6.24.1 to 6.25.0

4

lib/path/lib/hoister.js

@@ -130,2 +130,6 @@ "use strict";

if (path.parentPath.isExportDeclaration()) {
path = path.parentPath;
}
return path;

@@ -132,0 +136,0 @@ };

2

lib/scope/index.js

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

if (_crawlCallsCount === 0 && binding && binding.path.isFlow()) {
console.warn("\n You or one of the Babel plugins you are using are using Flow declarations as bindings.\n Support for this will be removed in version 6.8. To find out the caller, grep for this\n message and change it to a `console.trace()`.\n ");
console.warn("\n You or one of the Babel plugins you are using are using Flow declarations as bindings.\n Support for this will be removed in version 7. To find out the caller, grep for this\n message and change it to a `console.trace()`.\n ");
}

@@ -1018,0 +1018,0 @@ return binding;

{
"name": "babel-traverse",
"version": "6.24.1",
"version": "6.25.0",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",

@@ -14,4 +14,4 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"babel-runtime": "^6.22.0",
"babel-types": "^6.24.1",
"babylon": "^6.15.0",
"babel-types": "^6.25.0",
"babylon": "^6.17.2",
"debug": "^2.2.0",

@@ -23,4 +23,4 @@ "globals": "^9.0.0",

"devDependencies": {
"babel-generator": "^6.24.1"
"babel-generator": "^6.25.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