@types/webpack-sources
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for webpack-sources 2.0 | ||
// Type definitions for webpack-sources 2.1 | ||
// Project: https://github.com/webpack/webpack-sources | ||
@@ -3,0 +3,0 @@ // Definitions by: e-cloud <https://github.com/e-cloud> |
@@ -41,3 +41,3 @@ import { RawSourceMap } from 'source-map'; | ||
export interface SourceAndMapResult { | ||
source: string; | ||
source: string | Buffer; | ||
map: RawSourceMap | null; | ||
@@ -44,0 +44,0 @@ } |
{ | ||
"name": "@types/webpack-sources", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "TypeScript definitions for webpack-sources", | ||
@@ -36,4 +36,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "cf81fa13fced43d1d5be972d12075be6f147698af7ea9a3a783b00f4deacecdf", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "56252bfd3ee99b1c180911184184787b0fe6419af23fc39492178eabb2a9edda", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 30 Sep 2020 10:42:00 GMT | ||
* Last updated: Tue, 01 Dec 2020 20:47:00 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/source-map](https://npmjs.com/package/@types/source-map), [@types/source-list-map](https://npmjs.com/package/@types/source-list-map) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
11881
0