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.33 to 2.1.34

esprima/LICENSE

4

esprima/index.d.ts

@@ -16,3 +16,3 @@ // Type definitions for Esprima v2.1.0

function parse(code: string, options?: Options): ESTree.Program;
function parse(code: string, options?: Options, delegate?: (node: ESTree.Node, meta: any) => void): ESTree.Program;
function tokenize(code: string, options?: Options): Array<Token>;

@@ -105,2 +105,2 @@

}
}
{
"name": "@types/esprima",
"version": "2.1.33",
"description": "TypeScript definitions for Esprima v2.1.0",
"version": "2.1.34",
"description": "TypeScript definitions for Esprima",
"license": "MIT",
"author": "teppeis <https://github.com/teppeis>, RReverser <https://github.com/RReverser>",
"contributors": [
{
"name": "teppeis",
"url": "https://github.com/teppeis"
},
{
"name": "RReverser",
"url": "https://github.com/RReverser"
}
],
"main": "",

@@ -16,4 +25,5 @@ "repository": {

},
"typings": "index.d.ts",
"typesPublisherContentHash": "ddf6bfd06604edba9ac82753a18e869d5769edb51de82ede7cca26f273a97eba"
"peerDependencies": {},
"typesPublisherContentHash": "ed31757798b04c7923fced5d1fa32c607bb2784129b3ea76fe5d6aee5c4aecf2",
"typeScriptVersion": "2.0"
}

@@ -5,12 +5,10 @@ # Installation

# Summary
This package contains type definitions for Esprima v2.1.0 (http://esprima.org).
This package contains type definitions for Esprima (http://esprima.org).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/esprima
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/esprima
Additional Details
* Last updated: Mon, 19 Sep 2016 19:54:59 GMT
* File structure: UMD
* Library Dependencies: estree
* Module Dependencies: estree
* Last updated: Mon, 24 Jul 2017 18:01:45 GMT
* Dependencies: estree
* Global values: esprima

@@ -17,0 +15,0 @@

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