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.0 to 3.0.1

5

webpack/index.d.ts
// Type definitions for webpack 3.0
// Project: https://github.com/webpack/webpack
// Definitions by: Qubo <https://github.com/tkqubo>
// Matt Lewis <https://github.com/mattlewis92>
// Benjamin Lim <https://github.com/bumbleblym>

@@ -507,3 +506,3 @@ // Boris Cherny <https://github.com/bcherny>

*/
hints?: 'warning' | 'error' | boolean;
hints?: 'warning' | 'error' | false;
/**

@@ -1220,3 +1219,3 @@ * An asset is any emitted file from webpack. This option controls when webpack emits a performance hint

*/
target: 'web' | 'node' | string;
target: 'web' | 'webworker' | 'async-node' | 'node' | 'electron-main' | 'electron-renderer' | 'node-webkit' | string;

@@ -1223,0 +1222,0 @@ /**

8

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

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

{
"name": "Matt Lewis",
"url": "https://github.com/mattlewis92"
},
{
"name": "Benjamin Lim",

@@ -41,4 +37,4 @@ "url": "https://github.com/bumbleblym"

"peerDependencies": {},
"typesPublisherContentHash": "b65d0aba9e6bd0e4060316c35f67e8af03c8149479cef93b586bfd30a77214c0",
"typesPublisherContentHash": "ee084f7a7f71bd1cf007fdde14259ea6279d9d8f030db917bb3cf83864c4a3e6",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Fri, 23 Jun 2017 17:39:13 GMT
* Last updated: Wed, 28 Jun 2017 15:40:48 GMT
* Dependencies: tapable, uglify-js, node

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

# Credits
These definitions were written by Qubo <https://github.com/tkqubo>, Matt Lewis <https://github.com/mattlewis92>, Benjamin Lim <https://github.com/bumbleblym>, Boris Cherny <https://github.com/bcherny>, Tommy Troy Lin <https://github.com/tommytroylin>.
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>.

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