Socket
Socket
Sign inDemoInstall

@typescript-eslint/types

Package Overview
Dependencies
Maintainers
1
Versions
3092
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/types - npm Package Compare versions

Comparing version 4.0.0-alpha.6 to 4.0.0-alpha.7

1

dist/ast-node-types.d.ts

@@ -36,3 +36,2 @@ declare enum AST_NODE_TYPES {

IfStatement = "IfStatement",
Import = "Import",
ImportDeclaration = "ImportDeclaration",

@@ -39,0 +38,0 @@ ImportDefaultSpecifier = "ImportDefaultSpecifier",

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

AST_NODE_TYPES["IfStatement"] = "IfStatement";
AST_NODE_TYPES["Import"] = "Import";
AST_NODE_TYPES["ImportDeclaration"] = "ImportDeclaration";

@@ -43,0 +42,0 @@ AST_NODE_TYPES["ImportDefaultSpecifier"] = "ImportDefaultSpecifier";

@@ -447,3 +447,2 @@ import { AST_NODE_TYPES } from './ast-node-types';

body: BlockStatement;
decorators?: Decorator[];
}

@@ -763,3 +762,2 @@ export interface FunctionExpression extends FunctionDeclarationBase {

modifiers?: Modifier[];
decorators?: Decorator[];
}

@@ -837,3 +835,2 @@ /**

implements?: TSInterfaceHeritage[];
decorators?: Decorator[];
abstract?: boolean;

@@ -840,0 +837,0 @@ declare?: boolean;

5

package.json
{
"name": "@typescript-eslint/types",
"version": "4.0.0-alpha.6+62c0fb52",
"version": "4.0.0-alpha.7+5ab473c0",
"description": "Types for the TypeScript-ESTree AST spec",

@@ -33,2 +33,3 @@ "keywords": [

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

@@ -43,3 +44,3 @@ "generate:lib": "../../node_modules/.bin/ts-node --files --transpile-only ../scope-manager/tools/generate-lib.ts",

},
"gitHead": "62c0fb5256d3bba8e848a1c4154699ee33da13e6"
"gitHead": "5ab473c07d43da70ddf8827efc8678c376fb15ab"
}

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