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.5 to 0.1.6

3

webpack-sources/index.d.ts

@@ -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

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