@types/esprima
Advanced tools
Comparing version 2.1.31 to 2.1.32
@@ -24,6 +24,2 @@ // Type definitions for Esprima v2.1.0 | ||
interface Comment extends ESTree.BaseNode { | ||
value: string; | ||
} | ||
interface Options { | ||
@@ -38,2 +34,3 @@ loc?: boolean; | ||
source?: boolean; | ||
sourceType?: 'script' | 'module'; | ||
} | ||
@@ -109,2 +106,2 @@ | ||
} | ||
} |
{ | ||
"name": "@types/esprima", | ||
"version": "2.1.31", | ||
"version": "2.1.32", | ||
"description": "TypeScript definitions for Esprima v2.1.0", | ||
@@ -14,5 +14,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/estree": "0.0.*" | ||
"@types/estree": "*" | ||
}, | ||
"typings": "index.d.ts" | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "00aa6d884b184292356bf4f974410c50179d52641e0298225d64a934dc22ad72" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 25 Aug 2016 16:56:04 GMT | ||
* Last updated: Mon, 19 Sep 2016 16:15:24 GMT | ||
* File structure: UMD | ||
@@ -14,0 +14,0 @@ * Library Dependencies: estree |
@@ -26,3 +26,3 @@ { | ||
"hasPackageJson": false, | ||
"contentHash": "17894123807e8549df7d7e5838286f3c399af60b91c6da45f909adc6a8e4d545" | ||
"contentHash": "00aa6d884b184292356bf4f974410c50179d52641e0298225d64a934dc22ad72" | ||
} |
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
5147
120
+ Added@types/estree@1.0.6(transitive)
- Removed@types/estree@0.0.52(transitive)
Updated@types/estree@*