Socket
Socket
Sign inDemoInstall

@babel/traverse

Package Overview
Dependencies
22
Maintainers
4
Versions
172
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0-beta.34 to 7.0.0-beta.35

2

lib/path/conversion.js

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

thisPaths.forEach(function (thisChild) {
thisChild.replaceWith(thisChild.isJSX() ? t.jSXIdentifier(thisBinding) : t.identifier(thisBinding));
thisChild.replaceWith(thisChild.isJSX() ? t.jsxIdentifier(thisBinding) : t.identifier(thisBinding));
});

@@ -186,0 +186,0 @@ if (specCompliant) thisBinding = null;

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

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

"dependencies": {
"@babel/code-frame": "7.0.0-beta.34",
"@babel/helper-function-name": "7.0.0-beta.34",
"@babel/types": "7.0.0-beta.34",
"babylon": "7.0.0-beta.34",
"@babel/code-frame": "7.0.0-beta.35",
"@babel/helper-function-name": "7.0.0-beta.35",
"@babel/types": "7.0.0-beta.35",
"babylon": "7.0.0-beta.35",
"debug": "^3.0.1",

@@ -22,5 +22,5 @@ "globals": "^10.0.0",

"devDependencies": {
"@babel/generator": "7.0.0-beta.34",
"@babel/helper-plugin-test-runner": "7.0.0-beta.34"
"@babel/generator": "7.0.0-beta.35",
"@babel/helper-plugin-test-runner": "7.0.0-beta.35"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc