Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

escope

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

escope - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

bower.json
{
"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"

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