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

@types/esprima

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/esprima - npm Package Compare versions

Comparing version 2.1.31 to 2.1.32

7

esprima/index.d.ts

@@ -24,6 +24,2 @@ // Type definitions for Esprima v2.1.0

interface Comment extends ESTree.BaseNode {
value: string;
}
interface Options {

@@ -38,2 +34,3 @@ loc?: boolean;

source?: boolean;
sourceType?: 'script' | 'module';
}

@@ -109,2 +106,2 @@

}
}
{
"name": "@types/esprima",
"version": "2.1.31",
"version": "2.1.32",
"description": "TypeScript definitions for Esprima v2.1.0",

@@ -14,5 +14,6 @@ "license": "MIT",

"dependencies": {
"@types/estree": "0.0.*"
"@types/estree": "*"
},
"typings": "index.d.ts"
"typings": "index.d.ts",
"typesPublisherContentHash": "00aa6d884b184292356bf4f974410c50179d52641e0298225d64a934dc22ad72"
}

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

Additional Details
* Last updated: Thu, 25 Aug 2016 16:56:04 GMT
* Last updated: Mon, 19 Sep 2016 16:15:24 GMT
* File structure: UMD

@@ -14,0 +14,0 @@ * Library Dependencies: estree

@@ -26,3 +26,3 @@ {

"hasPackageJson": false,
"contentHash": "17894123807e8549df7d7e5838286f3c399af60b91c6da45f909adc6a8e4d545"
"contentHash": "00aa6d884b184292356bf4f974410c50179d52641e0298225d64a934dc22ad72"
}
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