Socket
Socket
Sign inDemoInstall

@types/estree

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/estree - npm Package Compare versions

Comparing version 0.0.44 to 0.0.45

13

estree/index.d.ts

@@ -229,6 +229,13 @@ // Type definitions for ESTree AST specification

TaggedTemplateExpression | ClassExpression | MetaProperty | Identifier |
AwaitExpression | ImportExpression;
AwaitExpression | ImportExpression | ChainExpression;
export interface BaseExpression extends BaseNode { }
type ChainElement = SimpleCallExpression | MemberExpression;
export interface ChainExpression extends BaseExpression {
type: "ChainExpression";
expression: ChainElement;
}
export interface ThisExpression extends BaseExpression {

@@ -319,2 +326,3 @@ type: "ThisExpression";

type: "CallExpression";
optional: boolean;
}

@@ -331,2 +339,3 @@

computed: boolean;
optional: boolean;
}

@@ -383,3 +392,3 @@

export type LogicalOperator = "||" | "&&";
export type LogicalOperator = "||" | "&&" | "??";

@@ -386,0 +395,0 @@ export type AssignmentOperator =

6

estree/package.json
{
"name": "@types/estree",
"version": "0.0.44",
"version": "0.0.45",
"description": "TypeScript definitions for ESTree AST specification",

@@ -22,4 +22,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "8a49a4a0054b726ee6edd5edb54211937dde427a52a5cec19a9fc512871a7b3b",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "b35f62c8f3816627a64bca3fa39197accb260b4275d5e4cffba0b6d5af44fbed",
"typeScriptVersion": "3.0"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 20 Mar 2020 18:06:09 GMT
* Last updated: Tue, 23 Jun 2020 19:40:38 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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