Socket
Socket
Sign inDemoInstall

@typescript-eslint/visitor-keys

Package Overview
Dependencies
Maintainers
1
Versions
3091
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/visitor-keys - npm Package Compare versions

Comparing version 3.10.2-alpha.0 to 3.10.2-alpha.16

dist/get-keys.d.ts

1

dist/index.d.ts

@@ -0,2 +1,3 @@

export { getKeys } from './get-keys';
export { visitorKeys, VisitorKeys } from './visitor-keys';
//# sourceMappingURL=index.d.ts.map

4

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.visitorKeys = void 0;
exports.visitorKeys = exports.getKeys = void 0;
var get_keys_1 = require("./get-keys");
Object.defineProperty(exports, "getKeys", { enumerable: true, get: function () { return get_keys_1.getKeys; } });
var visitor_keys_1 = require("./visitor-keys");
Object.defineProperty(exports, "visitorKeys", { enumerable: true, get: function () { return visitor_keys_1.visitorKeys; } });
//# sourceMappingURL=index.js.map

@@ -30,2 +30,3 @@ "use strict";

ArrowFunctionExpression: ['typeParameters', 'params', 'returnType', 'body'],
AssignmentPattern: ['decorators', 'left', 'right', 'typeAnnotation'],
CallExpression: ['callee', 'typeParameters', 'arguments'],

@@ -66,4 +67,2 @@ ClassDeclaration: [

Decorator: ['expression'],
OptionalCallExpression: ['callee', 'typeParameters', 'arguments'],
OptionalMemberExpression: ['object', 'property'],
// TS-prefixed nodes

@@ -70,0 +69,0 @@ TSAbstractClassProperty: ['decorators', 'key', 'typeAnnotation', 'value'],

{
"name": "@typescript-eslint/visitor-keys",
"version": "3.10.2-alpha.0+43b1201a",
"version": "3.10.2-alpha.16+4ff8c43f",
"description": "Visitor keys used to help traverse the TypeScript-ESTree AST",

@@ -32,3 +32,5 @@ "keywords": [

"build": "tsc -b tsconfig.build.json",
"postbuild": "downlevel-dts dist _ts3.4/dist",
"clean": "tsc -b tsconfig.build.json --clean",
"postclean": "rimraf dist",
"format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",

@@ -40,6 +42,7 @@ "lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'",

"dependencies": {
"eslint-visitor-keys": "^1.1.0"
"@typescript-eslint/types": "3.10.2-alpha.16+4ff8c43f",
"eslint-visitor-keys": "^2.0.0"
},
"devDependencies": {
"@typescript-eslint/types": "3.10.2-alpha.0+43b1201a"
"@types/eslint-visitor-keys": "^1.0.0"
},

@@ -50,3 +53,10 @@ "funding": {

},
"gitHead": "43b1201a73687e29f19a16b0b26f68569f3c7a2e"
"typesVersions": {
"<3.8": {
"*": [
"_ts3.4/*"
]
}
},
"gitHead": "4ff8c43fcb0905635665aa05cb3d98421e7fa0b1"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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