Socket
Socket
Sign inDemoInstall

babel-traverse

Package Overview
Dependencies
23
Maintainers
6
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.8.0 to 6.9.0

2

lib/index.js

@@ -57,3 +57,3 @@ /*istanbul ignore next*/"use strict";

var /*istanbul ignore next*/_includes = require("lodash/collection/includes");
var /*istanbul ignore next*/_includes = require("lodash/includes");

@@ -60,0 +60,0 @@ /*istanbul ignore next*/

@@ -33,3 +33,3 @@ /*istanbul ignore next*/"use strict";

var /*istanbul ignore next*/_assign = require("lodash/object/assign");
var /*istanbul ignore next*/_assign = require("lodash/assign");

@@ -36,0 +36,0 @@ /*istanbul ignore next*/

@@ -32,3 +32,3 @@ /*istanbul ignore next*/"use strict";

var /*istanbul ignore next*/_includes = require("lodash/collection/includes");
var /*istanbul ignore next*/_includes = require("lodash/includes");

@@ -35,0 +35,0 @@ /*istanbul ignore next*/

@@ -84,2 +84,5 @@ /*istanbul ignore next*/"use strict";

Binding.prototype.reference = function reference(path) {
if (this.referencePaths.indexOf(path) !== -1) {
return;
}
this.referenced = true;

@@ -86,0 +89,0 @@ this.references++;

@@ -21,3 +21,3 @@ /*istanbul ignore next*/"use strict";

var /*istanbul ignore next*/_includes = require("lodash/collection/includes");
var /*istanbul ignore next*/_includes = require("lodash/includes");

@@ -27,6 +27,6 @@ /*istanbul ignore next*/

var /*istanbul ignore next*/_repeating = require("repeating");
var /*istanbul ignore next*/_repeat = require("lodash/repeat");
/*istanbul ignore next*/
var _repeating2 = _interopRequireDefault(_repeating);
var _repeat2 = _interopRequireDefault(_repeat);

@@ -43,3 +43,3 @@ var /*istanbul ignore next*/_renamer = require("./lib/renamer");

var /*istanbul ignore next*/_defaults = require("lodash/object/defaults");
var /*istanbul ignore next*/_defaults = require("lodash/defaults");

@@ -513,3 +513,3 @@ /*istanbul ignore next*/

Scope.prototype.dump = function dump() {
var sep = /*istanbul ignore next*/(0, _repeating2.default)("-", 60);
var sep = /*istanbul ignore next*/(0, _repeat2.default)("-", 60);
console.log(sep);

@@ -516,0 +516,0 @@ var scope = this;

@@ -36,3 +36,3 @@ /*istanbul ignore next*/"use strict";

var /*istanbul ignore next*/_clone = require("lodash/lang/clone");
var /*istanbul ignore next*/_clone = require("lodash/clone");

@@ -39,0 +39,0 @@ /*istanbul ignore next*/

{
"name": "babel-traverse",
"version": "6.8.0",
"version": "6.9.0",
"description": "",

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

"babel-messages": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-types": "^6.8.0",
"babel-runtime": "^6.9.0",
"babel-types": "^6.9.0",
"babylon": "^6.7.0",

@@ -20,5 +20,4 @@ "debug": "^2.2.0",

"invariant": "^2.2.0",
"lodash": "^3.10.1",
"repeating": "^1.1.3"
"lodash": "^4.2.0"
}
}
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