@types/webpack-sources
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -42,3 +42,3 @@ // Type definitions for webpack-sources 0.1 | ||
export class CachedSource { | ||
export class CachedSource extends Source { | ||
_source: Source; | ||
@@ -50,4 +50,2 @@ _cachedSource: string; | ||
}; | ||
node: (options: any) => SourceNode; | ||
listMap: (options: any) => SourceListMap; | ||
@@ -60,2 +58,6 @@ constructor(source: Source); | ||
node(options: any): SourceNode; | ||
listMap(options: any): SourceListMap; | ||
sourceAndMap(options: any): { | ||
@@ -62,0 +64,0 @@ source: string; |
{ | ||
"name": "@types/webpack-sources", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "TypeScript definitions for webpack-sources", | ||
@@ -31,4 +31,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "5b1275949c14706f19f2d7b8d5e0e3723af03c2057c2010a561db55b25b00936", | ||
"typesPublisherContentHash": "acde4fbf304c33e67346dd00596ce1458e3e381eac16ccd9453162eed9a6224b", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 16 Jan 2020 21:29:32 GMT | ||
* Last updated: Mon, 23 Mar 2020 15:48:34 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) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by e-cloud (https://github.com/e-cloud), and 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). |
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
7565