@types/insert-module-globals
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -41,3 +41,3 @@ // Type definitions for insert-module-globals 7.0 | ||
*/ | ||
always?: boolean; | ||
always?: boolean | undefined; | ||
/** | ||
@@ -49,8 +49,8 @@ * Use opts.vars to override the default inserted variables, or set opts.vars[name] to undefined to not insert a variable which would otherwise be inserted. | ||
*/ | ||
vars?: VarsOption; | ||
vars?: VarsOption | undefined; | ||
/** | ||
* If opts.debug is true, an inline source map will be generated to compensate for the extra lines. | ||
*/ | ||
debug?: boolean; | ||
basedir?: string; | ||
debug?: boolean | undefined; | ||
basedir?: string | undefined; | ||
} | ||
@@ -67,4 +67,4 @@ | ||
source: string; | ||
suffix?: string; | ||
suffix?: string | undefined; | ||
} | ||
} |
{ | ||
"name": "@types/insert-module-globals", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "TypeScript definitions for insert-module-globals", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/insert-module-globals", | ||
"license": "MIT", | ||
@@ -14,6 +15,7 @@ "contributors": [ | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/insert-module-globals" | ||
}, | ||
@@ -24,4 +26,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "ad6ae6f7bd291458cffa25ee5d5e4f92f75e69872df1e8e56379cd79e1f31261", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "b1f08bdc911fc63e490d900cbcf50335ddda4c8a2d106c498f2d0c4a108c48bd", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -5,13 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for insert-module-globals ( https://github.com/browserify/insert-module-globals ). | ||
This package contains type definitions for insert-module-globals (https://github.com/browserify/insert-module-globals). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/insert-module-globals | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/insert-module-globals. | ||
Additional Details | ||
* Last updated: Wed, 13 Feb 2019 18:42:14 GMT | ||
* Dependencies: @types/node | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 14:23:16 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Leonard Thieu <https://github.com/leonard-thieu>. | ||
These definitions were written by [Leonard Thieu](https://github.com/leonard-thieu). |
Sorry, the diff of this file is not supported yet
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5225
0