Socket
Socket
Sign inDemoInstall

@types/webpack

Package Overview
Dependencies
1
Maintainers
1
Versions
183
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.12.35 to 1.12.36

8

webpack/index.d.ts

@@ -65,2 +65,4 @@ // Type definitions for webpack 1.12.9

plugins?: (Plugin | Function)[];
/** Stats options for logging */
stats?: Configuration;
}

@@ -485,3 +487,3 @@

/** Return information as json object */
toJson(options?: StatsToJsonOptions): any; //TODO: type this
toJson(options?: StatsOptions): any; //TODO: type this
/** Returns a formatted string of the result. */

@@ -491,3 +493,3 @@ toString(options?: StatsToStringOptions): string;

interface StatsToJsonOptions {
interface StatsOptions {
/** context directory for request shortening */

@@ -529,3 +531,3 @@ context?: boolean;

interface StatsToStringOptions extends StatsToJsonOptions {
interface StatsToStringOptions extends StatsOptions {
/** With console colors */

@@ -532,0 +534,0 @@ colors?: boolean;

{
"name": "@types/webpack",
"version": "1.12.35",
"version": "1.12.36",
"description": "TypeScript definitions for webpack 1.12.9",

@@ -18,3 +18,3 @@ "license": "MIT",

"typings": "index.d.ts",
"typesPublisherContentHash": "f63382c039f1d335d3337aa6a19a8df9b642b9d7164990dcd5cb80c45a2cc94e"
"typesPublisherContentHash": "b08719c6a95e1cec873779f66a40ac335cb7ba9a93dfab9237c96c508edefab3"
}

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

Additional Details
* Last updated: Wed, 05 Oct 2016 20:53:42 GMT
* Last updated: Mon, 14 Nov 2016 19:35:02 GMT
* File structure: ProperModule

@@ -14,0 +14,0 @@ * Library Dependencies: uglify-js

@@ -10,4 +10,4 @@ {

],
"libraryMajorVersion": "1",
"libraryMinorVersion": "12",
"libraryMajorVersion": 1,
"libraryMinorVersion": 12,
"libraryName": "webpack 1.12.9",

@@ -29,3 +29,3 @@ "typingsPackageName": "webpack",

"hasPackageJson": false,
"contentHash": "f63382c039f1d335d3337aa6a19a8df9b642b9d7164990dcd5cb80c45a2cc94e"
"contentHash": "b08719c6a95e1cec873779f66a40ac335cb7ba9a93dfab9237c96c508edefab3"
}
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