Socket
Socket
Sign inDemoInstall

@typescript-eslint/typescript-estree

Package Overview
Dependencies
Maintainers
1
Versions
3812
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.7.1-alpha.26 to 1.7.1-alpha.28

2

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

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

type: AST_NODE_TYPES.ThrowStatement;
argument: Statement | null;
argument: Statement | TSAsExpression | null;
}

@@ -516,0 +516,0 @@ export interface TryStatement extends BaseNode {

{
"name": "@typescript-eslint/typescript-estree",
"version": "1.7.1-alpha.26+2c36325",
"version": "1.7.1-alpha.28+298d66c",
"description": "A parser that converts TypeScript source code into an ESTree compatible form",

@@ -30,9 +30,10 @@ "main": "dist/parser.js",

"scripts": {
"prebuild": "npm run clean",
"ast-alignment-tests": "jest spec.ts",
"build": "tsc -p tsconfig.build.json",
"clean": "rimraf dist/",
"format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",
"prebuild": "npm run clean",
"test": "jest --coverage",
"unit-tests": "jest \"./tests/lib/.*\"",
"ast-alignment-tests": "jest spec.ts",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"unit-tests": "jest \"./tests/lib/.*\""
},

@@ -45,5 +46,5 @@ "dependencies": {

"@babel/types": "^7.3.2",
"@typescript-eslint/shared-fixtures": "1.7.1-alpha.26+2c36325"
"@typescript-eslint/shared-fixtures": "1.7.1-alpha.28+298d66c"
},
"gitHead": "2c36325c7797f84352b3f60cb3ed85c43c572a51"
"gitHead": "298d66c5ec5c03dd2c3519cb8e54576ec777948c"
}

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