babel-eslint
Advanced tools
Comparing version 6.0.3 to 6.0.4
var babylonToEspree = require("./babylon-to-espree"); | ||
var assign = require("lodash.assign"); | ||
var pick = require("lodash.pick"); | ||
var pick = require("lodash.pickby"); | ||
var Module = require("module"); | ||
@@ -75,2 +75,7 @@ var path = require("path"); | ||
estraverses.forEach(function (estraverse) { | ||
estraverse.VisitorKeys.MethodDefinition.push("decorators"); | ||
estraverse.VisitorKeys.Property.push("decorators"); | ||
}); | ||
// monkeypatch escope | ||
@@ -77,0 +82,0 @@ var escope = require(escopeLoc); |
{ | ||
"name": "babel-eslint", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"description": "Custom parser for ESLint", | ||
@@ -18,4 +18,4 @@ "main": "index.js", | ||
"babylon": "^6.0.18", | ||
"lodash.assign": "^3.2.0", | ||
"lodash.pick": "^3.1.0" | ||
"lodash.assign": "^4.0.0", | ||
"lodash.pickby": "^4.0.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34388
865
+ Addedlodash.pickby@^4.0.0
+ Addedlodash.assign@4.2.0(transitive)
+ Addedlodash.pickby@4.6.0(transitive)
- Removedlodash.pick@^3.1.0
- Removedlodash._baseassign@3.2.0(transitive)
- Removedlodash._basecopy@3.0.1(transitive)
- Removedlodash._baseflatten@3.1.4(transitive)
- Removedlodash._basefor@3.0.3(transitive)
- Removedlodash._bindcallback@3.0.1(transitive)
- Removedlodash._createassigner@3.1.1(transitive)
- Removedlodash._getnative@3.9.1(transitive)
- Removedlodash._isiterateecall@3.0.9(transitive)
- Removedlodash._pickbyarray@3.0.2(transitive)
- Removedlodash._pickbycallback@3.0.0(transitive)
- Removedlodash.assign@3.2.0(transitive)
- Removedlodash.isarguments@3.1.0(transitive)
- Removedlodash.isarray@3.0.4(transitive)
- Removedlodash.keys@3.1.2(transitive)
- Removedlodash.keysin@3.0.8(transitive)
- Removedlodash.pick@3.1.0(transitive)
- Removedlodash.restparam@3.6.1(transitive)
Updatedlodash.assign@^4.0.0