Socket
Socket
Sign inDemoInstall

@types/webpack

Package Overview
Dependencies
2
Maintainers
1
Versions
183
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.2.0

23

webpack/index.d.ts

@@ -1,4 +0,4 @@

// Type definitions for webpack 2.1
// Type definitions for webpack 2.2
// Project: https://github.com/webpack/webpack
// Definitions by: Qubo <https://github.com/tkqubo>
// Definitions by: Qubo <https://github.com/tkqubo>, Matt Lewis <https://github.com/mattlewis92>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -546,4 +546,9 @@

*/
NoErrorsPlugin: NoErrorsPluginStatic;
NoEmitOnErrorsPlugin: NoEmitOnErrorsPluginStatic;
/**
* Alias for NoEmitOnErrorsPlugin
* @deprecated
*/
NoErrorsPlugin: NoEmitOnErrorsPluginStatic;
/**
* Does not watch specified files matching provided paths or RegExps.

@@ -557,2 +562,8 @@ */

NamedModulesPlugin: NamedModulesPluginStatic;
/**
* Some loaders need context information and read them from the configuration.
* This need to be passed via loader options in the long-term. See loader documentation for relevant options.
* To keep compatibility with old loaders, these options can be passed via this plugin.
*/
LoaderOptionsPlugin: LoaderOptionsPluginStatic;
}

@@ -711,3 +722,3 @@

interface NoErrorsPluginStatic {
interface NoEmitOnErrorsPluginStatic {
new (): Plugin;

@@ -724,2 +735,6 @@ }

interface LoaderOptionsPluginStatic {
new (options: any): Plugin;
}
namespace optimize {

@@ -726,0 +741,0 @@ interface DedupePluginStatic {

10

webpack/package.json
{
"name": "@types/webpack",
"version": "2.1.0",
"version": "2.2.0",
"description": "TypeScript definitions for webpack",
"license": "MIT",
"author": "Qubo <https://github.com/tkqubo>",
"author": "Qubo <https://github.com/tkqubo>, Matt Lewis <https://github.com/mattlewis92>",
"main": "",

@@ -14,8 +14,8 @@ "repository": {

"dependencies": {
"@types/tapable": "*",
"@types/uglify-js": "*"
"@types/uglify-js": "*",
"@types/tapable": "*"
},
"peerDependencies": {},
"typesPublisherContentHash": "a4252e6549a6209d95b5b84eb833ccde97f6f43b6013780ddc2f2bf625368888",
"typesPublisherContentHash": "8209f7ff08362569ba8010e4ae5376b1dba1468de6f4a6c3a2a2f70c0ba9ee28",
"typeScriptVersion": "2.0"
}

@@ -11,8 +11,7 @@ # Installation

Additional Details
* Last updated: Thu, 29 Dec 2016 23:09:25 GMT
* Library Dependencies: tapable, uglify-js
* Module Dependencies: tapable, uglify-js
* Last updated: Fri, 13 Jan 2017 18:54:50 GMT
* Dependencies: uglify-js, tapable
* Global values: none
# Credits
These definitions were written by Qubo <https://github.com/tkqubo>.
These definitions were written by Qubo <https://github.com/tkqubo>, Matt Lewis <https://github.com/mattlewis92>.
{
"authors": "Qubo <https://github.com/tkqubo>",
"libraryDependencies": [
"tapable",
"uglify-js"
],
"moduleDependencies": [
"tapable",
"uglify-js"
],
"libraryMajorVersion": 2,
"libraryMinorVersion": 1,
"typeScriptVersion": "2.0",
"name": "webpack",
"libraryName": "webpack",
"typingsPackageName": "webpack",
"projectName": "https://github.com/webpack/webpack",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "master",
"globals": [],
"declaredModules": [
"webpack"
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "a4252e6549a6209d95b5b84eb833ccde97f6f43b6013780ddc2f2bf625368888"
"data": {
"authors": "Qubo <https://github.com/tkqubo>, Matt Lewis <https://github.com/mattlewis92>",
"dependencies": {
"uglify-js": "*",
"tapable": "*"
},
"pathMappings": {},
"libraryMajorVersion": 2,
"libraryMinorVersion": 2,
"typeScriptVersion": "2.0",
"libraryName": "webpack",
"typingsPackageName": "webpack",
"projectName": "https://github.com/webpack/webpack",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"globals": [],
"declaredModules": [
"webpack/."
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "8209f7ff08362569ba8010e4ae5376b1dba1468de6f4a6c3a2a2f70c0ba9ee28"
},
"isLatest": true
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc