Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/estree

Package Overview
Dependencies
Maintainers
1
Versions
41
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.35 to 0.0.36

estree/LICENSE

2

estree/index.d.ts

@@ -172,3 +172,3 @@ // Type definitions for ESTree AST specification

interface BaseForXStatement extends BaseStatement {
left: VariableDeclaration | Expression;
left: VariableDeclaration | Pattern;
right: Expression;

@@ -175,0 +175,0 @@ body: Statement;

{
"name": "@types/estree",
"version": "0.0.35",
"version": "0.0.36",
"description": "TypeScript definitions for ESTree AST specification",

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

"peerDependencies": {},
"typesPublisherContentHash": "6c1401b5240814ed80f3c08a08f631fb37d320a4f62e93f0096798ba42cb2693",
"typesPublisherContentHash": "5c7ac9ae7b67bcee409b5e8ca572bd64b1336caf472e50190327daf5f024b091",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 11 Apr 2017 19:35:28 GMT
* Last updated: Sat, 22 Jul 2017 19:03:51 GMT
* Dependencies: none

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

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