Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "escope", | ||
"version": "1.0.2-dev", | ||
"version": "2.0.1", | ||
"main": "escope.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -478,3 +478,5 @@ /* | ||
} else { | ||
if (this.type === 'function') { | ||
// section 9.2.13, FunctionDeclarationInstantiation. | ||
// NOTE Arrow functions never have an arguments objects. | ||
if (this.type === 'function' && this.block.type !== Syntax.ArrowFunctionExpression) { | ||
this.__defineArguments(); | ||
@@ -1397,3 +1399,3 @@ } | ||
/** @name module:escope.version */ | ||
exports.version = '2.0.0-dev'; | ||
exports.version = require('./package.json').version; | ||
/** @name module:escope.Reference */ | ||
@@ -1400,0 +1402,0 @@ exports.Reference = Reference; |
@@ -6,3 +6,3 @@ { | ||
"main": "escope.js", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"engines": { | ||
@@ -9,0 +9,0 @@ "node": ">=0.4.0" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
466286
5523
0