Socket
Socket
Sign inDemoInstall

@babel/traverse

Package Overview
Dependencies
Maintainers
5
Versions
180
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 7.0.0-rc.2 to 7.0.0-rc.3

LICENSE

2

lib/scope/lib/renamer.js

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

if (parentDeclar) {
const bindingIds = parentDeclar.getBindingIdentifiers();
const bindingIds = parentDeclar.getOuterBindingIdentifiers();

@@ -116,0 +116,0 @@ if (bindingIds[oldName] === binding.identifier) {

{
"name": "@babel/traverse",
"version": "7.0.0-rc.2",
"version": "7.0.0-rc.3",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",

@@ -11,8 +11,8 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"dependencies": {
"@babel/code-frame": "7.0.0-rc.2",
"@babel/generator": "7.0.0-rc.2",
"@babel/helper-function-name": "7.0.0-rc.2",
"@babel/helper-split-export-declaration": "7.0.0-rc.2",
"@babel/parser": "7.0.0-rc.2",
"@babel/types": "7.0.0-rc.2",
"@babel/code-frame": "7.0.0-rc.3",
"@babel/generator": "7.0.0-rc.3",
"@babel/helper-function-name": "7.0.0-rc.3",
"@babel/helper-split-export-declaration": "7.0.0-rc.3",
"@babel/parser": "7.0.0-rc.3",
"@babel/types": "7.0.0-rc.3",
"debug": "^3.1.0",

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

"devDependencies": {
"@babel/helper-plugin-test-runner": "7.0.0-rc.2"
"@babel/helper-plugin-test-runner": "7.0.0-rc.3"
}
}
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