@types/webpack-sources
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -193,3 +193,4 @@ // Type definitions for webpack-sources 0.1 | ||
originalSource?: string, | ||
innerSourceMap?: RawSourceMap | ||
innerSourceMap?: RawSourceMap, | ||
removeOriginalSource?: boolean, | ||
); | ||
@@ -196,0 +197,0 @@ |
{ | ||
"name": "@types/webpack-sources", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "TypeScript definitions for webpack-sources", | ||
@@ -19,14 +19,16 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/webpack-sources" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"source-map": "^0.6.1", | ||
"@types/node": "*", | ||
"@types/source-list-map": "*", | ||
"@types/node": "*" | ||
"source-map": "^0.6.1" | ||
}, | ||
"typesPublisherContentHash": "5c23caf511d3bde484ad7228461c4544a54b9e3b9b943f9a5e49c953cebe6ef6", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "5b1275949c14706f19f2d7b8d5e0e3723af03c2057c2010a561db55b25b00936", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-sources | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-sources. | ||
Additional Details | ||
* Last updated: Fri, 29 Jun 2018 03:18:45 GMT | ||
* Dependencies: crypto, source-map, source-list-map, node | ||
### Additional Details | ||
* Last updated: Thu, 16 Jan 2020 21:29:32 GMT | ||
* Dependencies: [@types/source-map](https://npmjs.com/package/@types/source-map), [@types/source-list-map](https://npmjs.com/package/@types/source-list-map), [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by e-cloud <https://github.com/e-cloud>, Chris Eppstein <https://github.com/chriseppstein>. | ||
These definitions were written by e-cloud (https://github.com/e-cloud), and Chris Eppstein (https://github.com/chriseppstein). |
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
7554
139