@types/webpack-sources
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -181,7 +181,7 @@ // Type definitions for webpack-sources 1.4 | ||
*/ | ||
replace(start: number, end: number, newValue: string, name: string): void; | ||
replace(start: number, end: number, newValue: string, name?: string): void; | ||
/** | ||
* Inserts the insertion before char pos (0-indexed). | ||
*/ | ||
insert(pos: number, newValue: string, name: string): void; | ||
insert(pos: number, newValue: string, name?: string): void; | ||
/** | ||
@@ -188,0 +188,0 @@ * Get decorated Source. |
{ | ||
"name": "@types/webpack-sources", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "TypeScript definitions for webpack-sources", | ||
@@ -36,4 +36,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "de4a673297cd245b53254a89482817f9fcf47bfb5b5cbbb1b4795e9529c62e93", | ||
"typesPublisherContentHash": "fdd917e71a3009915811c057da70108f4ae12f0c656466a04a2f60095dc2a593", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 23 Jul 2020 22:00:24 GMT | ||
* Last updated: Tue, 28 Jul 2020 16:32:49 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) | ||
@@ -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
9904