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 2.2.5 to 2.2.6

5

webpack/index.d.ts

@@ -762,3 +762,6 @@ // Type definitions for webpack 2.2

class AggressiveMergingPlugin extends Plugin {
constructor(options: any);
constructor(options?: {
minSize?: number;
maxSize?: number;
});
}

@@ -765,0 +768,0 @@

23

webpack/package.json
{
"name": "@types/webpack",
"version": "2.2.5",
"version": "2.2.6",
"description": "TypeScript definitions for webpack",
"license": "MIT",
"author": "Qubo <https://github.com/tkqubo>, Matt Lewis <https://github.com/mattlewis92>, Benjamin Lim <https://github.com/bumbleblym>, Boris Cherny <https://github.com/bcherny>",
"contributors": [
{
"name": "Qubo",
"url": "https://github.com/tkqubo"
},
{
"name": "Matt Lewis",
"url": "https://github.com/mattlewis92"
},
{
"name": "Benjamin Lim",
"url": "https://github.com/bumbleblym"
},
{
"name": "Boris Cherny",
"url": "https://github.com/bcherny"
}
],
"main": "",

@@ -19,4 +36,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "c3aaff80668ad99c15a074ac69583164ee5223dc0e1b7c2dd3c2f34b7c6ca15c",
"typesPublisherContentHash": "96ca7c9edd8a8d8157419b33780792402a29fe7e44f907a843d5a9ab619bc9b2",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 07 Feb 2017 20:53:03 GMT
* Last updated: Thu, 16 Feb 2017 01:27:09 GMT
* Dependencies: tapable, uglify-js, node

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

@@ -6,3 +6,20 @@ {

"data": {
"authors": "Qubo <https://github.com/tkqubo>, Matt Lewis <https://github.com/mattlewis92>, Benjamin Lim <https://github.com/bumbleblym>, Boris Cherny <https://github.com/bcherny>",
"contributors": [
{
"name": "Qubo",
"url": "https://github.com/tkqubo"
},
{
"name": "Matt Lewis",
"url": "https://github.com/mattlewis92"
},
{
"name": "Benjamin Lim",
"url": "https://github.com/bumbleblym"
},
{
"name": "Boris Cherny",
"url": "https://github.com/bcherny"
}
],
"dependencies": {

@@ -29,5 +46,5 @@ "tapable": "*",

"hasPackageJson": false,
"contentHash": "c3aaff80668ad99c15a074ac69583164ee5223dc0e1b7c2dd3c2f34b7c6ca15c"
"contentHash": "96ca7c9edd8a8d8157419b33780792402a29fe7e44f907a843d5a9ab619bc9b2"
},
"isLatest": true
}
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