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

@types/webpack

Package Overview
Dependencies
Maintainers
1
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/webpack - npm Package Compare versions

Comparing version 3.0.7 to 3.0.8

9

webpack/index.d.ts

@@ -8,2 +8,3 @@ // Type definitions for webpack 3.0

// Mohsen Azimi <https://github.com/mohsen1>
// Jonathan Creamer <https://github.com/jcreamer898>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -836,2 +837,10 @@

class HashedModuleIdsPlugin extends Plugin {
constructor(options?: {
hashFunction?: string,
hashDigest?: string,
hashDigestLength?: number
});
}
class HotModuleReplacementPlugin extends Plugin {

@@ -838,0 +847,0 @@ constructor(options?: any);

8

webpack/package.json
{
"name": "@types/webpack",
"version": "3.0.7",
"version": "3.0.8",
"description": "TypeScript definitions for webpack",

@@ -26,2 +26,6 @@ "license": "MIT",

"url": "https://github.com/mohsen1"
},
{
"name": "Jonathan Creamer",
"url": "https://github.com/jcreamer898"
}

@@ -41,4 +45,4 @@ ],

"peerDependencies": {},
"typesPublisherContentHash": "0553c704ed8245532555adaf6898e22393124a32f95183ccfef2c366916edcb2",
"typesPublisherContentHash": "bb3f91d1c6f82636593dd58b1b07fc1b061c774ede7b1cca9d3a441d7161a584",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 09 Aug 2017 17:37:36 GMT
* Last updated: Thu, 10 Aug 2017 14:02:07 GMT
* Dependencies: tapable, uglify-js, node

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Qubo <https://github.com/tkqubo>, Benjamin Lim <https://github.com/bumbleblym>, Boris Cherny <https://github.com/bcherny>, Tommy Troy Lin <https://github.com/tommytroylin>, Mohsen Azimi <https://github.com/mohsen1>.
These definitions were written by Qubo <https://github.com/tkqubo>, Benjamin Lim <https://github.com/bumbleblym>, Boris Cherny <https://github.com/bcherny>, Tommy Troy Lin <https://github.com/tommytroylin>, Mohsen Azimi <https://github.com/mohsen1>, Jonathan Creamer <https://github.com/jcreamer898>.

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