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.29 to 2.1.30

3

esprima/index.d.ts

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

export as namespace esprima;
import * as ESTree from 'estree';

@@ -24,3 +25,3 @@ declare namespace esprima {

interface Comment extends ESTree.Node {
interface Comment extends ESTree.BaseNode {
value: string;

@@ -27,0 +28,0 @@ }

{
"name": "@types/esprima",
"version": "2.1.29",
"version": "2.1.30",
"description": "TypeScript definitions for Esprima v2.1.0",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -11,6 +11,6 @@ # Installation

Additional Details
* Last updated: Tue, 02 Aug 2016 15:42:55 GMT
* Last updated: Mon, 08 Aug 2016 20:24:47 GMT
* File structure: UMD
* Library Dependencies: estree
* Module Dependencies: none
* Module Dependencies: estree
* Global values: esprima

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

@@ -7,3 +7,5 @@ {

],
"moduleDependencies": [],
"moduleDependencies": [
"estree"
],
"libraryMajorVersion": "2",

@@ -25,3 +27,3 @@ "libraryMinorVersion": "1",

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