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 4.0.2 to 4.0.3

22

esprima/index.d.ts

@@ -15,3 +15,3 @@ // Type definitions for Esprima 4.0

export interface Program extends ESTree.Program {
tokens?: Token[];
tokens?: Token[] | undefined;
}

@@ -25,15 +25,15 @@

export interface ParseOptions {
jsx?: boolean;
range?: boolean;
loc?: boolean;
tolerant?: boolean;
tokens?: boolean;
comment?: boolean;
jsx?: boolean | undefined;
range?: boolean | undefined;
loc?: boolean | undefined;
tolerant?: boolean | undefined;
tokens?: boolean | undefined;
comment?: boolean | undefined;
}
export interface TokenizeOptions {
tolerant?: boolean;
range?: boolean;
loc?: boolean;
comment?: boolean;
tolerant?: boolean | undefined;
range?: boolean | undefined;
loc?: boolean | undefined;
comment?: boolean | undefined;
}

@@ -40,0 +40,0 @@

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

@@ -24,5 +25,7 @@ "contributors": [

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/esprima"
},

@@ -33,4 +36,4 @@ "scripts": {},

},
"typesPublisherContentHash": "8ca9dba5c1c46956ec3278e9c3d35be391412e807210b4d17873ce8ada9d02f4",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "f7108e95f7f59c19f40c3f52c4a48c0a431bc6d56fa4f2f8329b7dd434289e95",
"typeScriptVersion": "3.6"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/esprima
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/esprima.
Additional Details
* Last updated: Tue, 01 May 2018 16:24:24 GMT
* Dependencies: estree
### Additional Details
* Last updated: Tue, 06 Jul 2021 19:03:40 GMT
* Dependencies: [@types/estree](https://npmjs.com/package/@types/estree)
* Global values: none
# Credits
These definitions were written by teppeis <https://github.com/teppeis>, RReverser <https://github.com/RReverser>, peter-scott <https://github.com/peter-scott>.
These definitions were written by [teppeis](https://github.com/teppeis), [RReverser](https://github.com/RReverser), and [peter-scott](https://github.com/peter-scott).

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