@types/esprima
Advanced tools
Comparing version 2.1.29 to 2.1.30
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5091
123
0