Socket
Socket
Sign inDemoInstall

eslint-visitor-keys

Package Overview
Dependencies
0
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.0 to 3.4.1

dist/eslint-visitor-keys.d.cts

4

dist/index.d.ts

@@ -14,6 +14,4 @@ /**

export { KEYS };
export type VisitorKeys = {
readonly [type: string]: readonly string[];
};
export type VisitorKeys = import('./visitor-keys.js').VisitorKeys;
import KEYS from "./visitor-keys.js";
//# sourceMappingURL=index.d.ts.map
export default KEYS;
export type VisitorKeys = import('./index.js').VisitorKeys;
export type VisitorKeys = {
readonly [type: string]: readonly string[];
};
/**
* @typedef {import('./index.js').VisitorKeys} VisitorKeys
* @typedef {{ readonly [type: string]: ReadonlyArray<string> }} VisitorKeys
*/

@@ -6,0 +8,0 @@ /**

@@ -8,3 +8,3 @@ /**

/**
* @typedef {{ readonly [type: string]: ReadonlyArray<string> }} VisitorKeys
* @typedef {import('./visitor-keys.js').VisitorKeys} VisitorKeys
*/

@@ -11,0 +11,0 @@

/**
* @typedef {import('./index.js').VisitorKeys} VisitorKeys
* @typedef {{ readonly [type: string]: ReadonlyArray<string> }} VisitorKeys
*/

@@ -4,0 +4,0 @@

{
"name": "eslint-visitor-keys",
"version": "3.4.0",
"version": "3.4.1",
"description": "Constants and utilities about visitor keys to traverse AST.",

@@ -22,2 +22,3 @@ "type": "module",

"dist/eslint-visitor-keys.cjs",
"dist/eslint-visitor-keys.d.cts",
"lib"

@@ -44,2 +45,3 @@ ],

"rollup": "^2.70.0",
"rollup-plugin-dts": "^4.2.3",
"tsd": "^0.19.1",

@@ -46,0 +48,0 @@ "typescript": "^4.6.2"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc