New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@typescript-eslint/typescript-estree

Package Overview
Dependencies
Maintainers
1
Versions
4119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/typescript-estree - npm Package Compare versions

Comparing version 1.9.1-alpha.0 to 1.9.1-alpha.1

2

dist/ts-estree/ts-estree.d.ts

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

type: AST_NODE_TYPES.SwitchCase;
test: Expression;
test: Expression | null;
consequent: Statement[];

@@ -485,0 +485,0 @@ }

{
"name": "@typescript-eslint/typescript-estree",
"version": "1.9.1-alpha.0+2378fca",
"version": "1.9.1-alpha.1+5ec2b32",
"description": "A parser that converts TypeScript source code into an ESTree compatible form",

@@ -45,5 +45,5 @@ "main": "dist/parser.js",

"@babel/types": "^7.3.2",
"@typescript-eslint/shared-fixtures": "1.9.1-alpha.0+2378fca"
"@typescript-eslint/shared-fixtures": "1.9.1-alpha.1+5ec2b32"
},
"gitHead": "2378fcaed4032d46ccedc10a623c1c1be6ea2182"
"gitHead": "5ec2b32235ef343b574077075641eb4c68d1ae59"
}

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