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-beta.37 to 7.0.0-beta.38

6

lib/path/index.js

@@ -20,2 +20,4 @@ "use strict";

var _generator = _interopRequireDefault(require("@babel/generator"));
var NodePath_ancestry = _interopRequireWildcard(require("./ancestry"));

@@ -187,2 +189,6 @@

_proto.toString = function toString() {
return (0, _generator.default)(this.node).code;
};
return NodePath;

@@ -189,0 +195,0 @@ }();

2

lib/path/modification.js

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

var to = from + i;
var path = this.getSibling("" + to);
var path = this.getSibling(to);
paths.push(path);

@@ -61,0 +61,0 @@

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

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

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

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

"devDependencies": {
"@babel/generator": "7.0.0-beta.37",
"@babel/helper-plugin-test-runner": "7.0.0-beta.37"
"@babel/helper-plugin-test-runner": "7.0.0-beta.38"
}
}
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