@types/esprima
Advanced tools
Comparing version 2.1.36 to 2.1.37
@@ -25,11 +25,11 @@ // Type definitions for Esprima v2.1.0 | ||
interface Options { | ||
loc?: boolean; | ||
range?: boolean; | ||
raw?: boolean; | ||
tokens?: boolean; | ||
comment?: boolean; | ||
attachComment?: boolean; | ||
tolerant?: boolean; | ||
source?: boolean; | ||
sourceType?: 'script' | 'module'; | ||
loc?: boolean | undefined; | ||
range?: boolean | undefined; | ||
raw?: boolean | undefined; | ||
tokens?: boolean | undefined; | ||
comment?: boolean | undefined; | ||
attachComment?: boolean | undefined; | ||
tolerant?: boolean | undefined; | ||
source?: boolean | undefined; | ||
sourceType?: 'script' | 'module' | undefined; | ||
} | ||
@@ -36,0 +36,0 @@ |
{ | ||
"name": "@types/esprima", | ||
"version": "2.1.36", | ||
"version": "2.1.37", | ||
"description": "TypeScript definitions for Esprima", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/esprima", | ||
"license": "MIT", | ||
@@ -29,4 +30,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "3e806db442a80bccc174013c2e07e51142b6df2029b03603ea1d6c1dcd33f8e4", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "52dd22e5baa674ce2f2351f5d7b9769a352ce8703a0fce149d41bb549091e4e9", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 15 May 2020 04:09:20 GMT | ||
* Last updated: Tue, 06 Jul 2021 19:03:40 GMT | ||
* Dependencies: [@types/estree](https://npmjs.com/package/@types/estree) | ||
@@ -14,0 +14,0 @@ * Global values: `esprima` |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6337
0
0