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.2 to 3.0.3

16

webpack/index.d.ts

@@ -99,2 +99,14 @@ // Type definitions for webpack 3.0

interface DevtoolModuleFilenameTemplateInfo {
identifier: string;
shortIdentifier: string;
resource: any;
resourcePath: string;
absoluteResourcePath: string;
allLoaders: any[];
query: string;
moduleId: string;
hash: string;
}
interface Output {

@@ -110,5 +122,5 @@ /** The output directory as absolute path (required). */

/** Filename template string of function for the sources array in a generated SourceMap. */
devtoolModuleFilenameTemplate?: string;
devtoolModuleFilenameTemplate?: string | ((info: DevtoolModuleFilenameTemplateInfo) => string);
/** Similar to output.devtoolModuleFilenameTemplate, but used in the case of duplicate module identifiers. */
devtoolFallbackModuleFilenameTemplate?: string;
devtoolFallbackModuleFilenameTemplate?: string | ((info: DevtoolModuleFilenameTemplateInfo) => string);
/**

@@ -115,0 +127,0 @@ * Enable line to line mapped mode for all/specified modules.

4

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

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

"peerDependencies": {},
"typesPublisherContentHash": "25f92e40494b9607c9f525137af14dfd2c39cbccf2a7b438e97a9090e0800c91",
"typesPublisherContentHash": "9831ef89d0fb05edd87449a76d175d3b4a1afcc1916c454e9855cdfb1e9a2d32",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Fri, 07 Jul 2017 20:52:56 GMT
* Last updated: Mon, 10 Jul 2017 14:15:41 GMT
* Dependencies: tapable, uglify-js, node

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

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