Socket
Socket
Sign inDemoInstall

@typescript-eslint/scope-manager

Package Overview
Dependencies
Maintainers
1
Versions
3083
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/scope-manager - npm Package Compare versions

Comparing version 3.9.2-alpha.8 to 3.9.2-alpha.9

2

dist/definition/index.js

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

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};

@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

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

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};

@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

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

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};

@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

{
"name": "@typescript-eslint/scope-manager",
"version": "3.9.2-alpha.8+a53f8c6f",
"version": "3.9.2-alpha.9+e6be6212",
"description": "TypeScript scope analyser for ESLint",

@@ -42,7 +42,7 @@ "keywords": [

"dependencies": {
"@typescript-eslint/types": "3.9.2-alpha.8+a53f8c6f",
"@typescript-eslint/visitor-keys": "3.9.2-alpha.8+a53f8c6f"
"@typescript-eslint/types": "3.9.2-alpha.9+e6be6212",
"@typescript-eslint/visitor-keys": "3.9.2-alpha.9+e6be6212"
},
"devDependencies": {
"@typescript-eslint/typescript-estree": "3.9.2-alpha.8+a53f8c6f",
"@typescript-eslint/typescript-estree": "3.9.2-alpha.9+e6be6212",
"glob": "*",

@@ -67,3 +67,3 @@ "jest-specific-snapshot": "*",

},
"gitHead": "a53f8c6ff37aa47b3fc1b729e359d81ea079ff75"
"gitHead": "e6be62128b3a98541fe590512892c4b501914e46"
}
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