Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/webpack-sources

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/webpack-sources - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

8

webpack-sources/index.d.ts

@@ -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).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc