Socket
Socket
Sign inDemoInstall

@types/webpack

Package Overview
Dependencies
Maintainers
1
Versions
184
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.13 to 3.0.14

21

webpack/index.d.ts

@@ -363,3 +363,4 @@ // Type definitions for webpack 3.0

interface OldResolveLoader extends OldResolve {
/** It describes alternatives for the module name that are tried.
/**
* It describes alternatives for the module name that are tried.
* @deprecated Replaced by `moduleExtensions` in webpack 2.

@@ -1062,5 +1063,2 @@ */

* continuing with the calls to the more left loaders. data can be passed between pitch and normal call.
* @param remainingRequest
* @param precedingRequest
* @param data
*/

@@ -1170,3 +1168,2 @@ pitch?(remainingRequest: string, precedingRequest: string, data: any): any | undefined;

* Emit a warning.
* @param message
*/

@@ -1177,3 +1174,2 @@ emitWarning(message: string | Error): void;

* Emit a error.
* @param message
*/

@@ -1187,4 +1183,2 @@ emitError(message: string | Error): void;

*
* @param code
* @param filename
*/

@@ -1195,5 +1189,2 @@ exec(code: string, filename: string): any;

* Resolve a request like a require expression.
* @param context
* @param request
* @param callback
*/

@@ -1204,4 +1195,2 @@ resolve(context: string, request: string, callback: (err: Error, result: string) => void): any;

* Resolve a request like a require expression.
* @param context
* @param request
*/

@@ -1214,3 +1203,2 @@ resolveSync(context: string, request: string): string;

* Then, it sets the url's for those attributes as dependencies of the html file that is parsed.
* @param file
*/

@@ -1223,3 +1211,2 @@ addDependency(file: string): void;

* Then, it sets the url's for those attributes as dependencies of the html file that is parsed.
* @param file
*/

@@ -1230,3 +1217,2 @@ dependency(file: string): void;

* Add a directory as dependency of the loader result.
* @param directory
*/

@@ -1289,5 +1275,2 @@ addContextDependency(directory: string): void;

* Emit a file. This is webpack-specific.
* @param name
* @param content
* @param sourceMap
*/

@@ -1294,0 +1277,0 @@ emitFile(name: string, content: Buffer|string, sourceMap: any): void;

4

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

@@ -54,4 +54,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "62535097450d0a39de0e2e64a91b2da25cd2ced1c00431bab66fc5ad4064ec31",
"typesPublisherContentHash": "a55d418e2f57df151311216b156d85e317afd8349eecc8cbb590a8703adaaac8",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 03 Oct 2017 18:07:09 GMT
* Last updated: Wed, 25 Oct 2017 16:19:00 GMT
* Dependencies: tapable, uglify-js, node

@@ -14,0 +14,0 @@ * Global values: none

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