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.36 to 2.1.37

18

esprima v2.1/index.d.ts

@@ -25,11 +25,11 @@ // Type definitions for Esprima v2.1.0

interface Options {
loc?: boolean;
range?: boolean;
raw?: boolean;
tokens?: boolean;
comment?: boolean;
attachComment?: boolean;
tolerant?: boolean;
source?: boolean;
sourceType?: 'script' | 'module';
loc?: boolean | undefined;
range?: boolean | undefined;
raw?: boolean | undefined;
tokens?: boolean | undefined;
comment?: boolean | undefined;
attachComment?: boolean | undefined;
tolerant?: boolean | undefined;
source?: boolean | undefined;
sourceType?: 'script' | 'module' | undefined;
}

@@ -36,0 +36,0 @@

{
"name": "@types/esprima",
"version": "2.1.36",
"version": "2.1.37",
"description": "TypeScript definitions for Esprima",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/esprima",
"license": "MIT",

@@ -29,4 +30,4 @@ "contributors": [

},
"typesPublisherContentHash": "3e806db442a80bccc174013c2e07e51142b6df2029b03603ea1d6c1dcd33f8e4",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "52dd22e5baa674ce2f2351f5d7b9769a352ce8703a0fce149d41bb549091e4e9",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Fri, 15 May 2020 04:09:20 GMT
* Last updated: Tue, 06 Jul 2021 19:03:40 GMT
* Dependencies: [@types/estree](https://npmjs.com/package/@types/estree)

@@ -14,0 +14,0 @@ * Global values: `esprima`

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