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.8.17 to 3.8.18

4

webpack v3/index.d.ts

@@ -392,3 +392,3 @@ // Type definitions for webpack 3.8

loader: string;
options?: { [name: string]: any };
options?: { [name: string]: any } | string;
}

@@ -459,3 +459,3 @@ type Loader = string | OldLoader | NewLoader;

interface NewLoaderRule extends BaseSingleLoaderRule {
options?: { [name: string]: any };
options?: { [name: string]: any } | string;
}

@@ -462,0 +462,0 @@ type LoaderRule = OldLoaderRule | NewLoaderRule;

{
"name": "@types/webpack",
"version": "3.8.17",
"version": "3.8.18",
"description": "TypeScript definitions for webpack",

@@ -69,16 +69,17 @@ "license": "MIT",

"main": "",
"types": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/webpack"
},
"scripts": {},
"dependencies": {
"source-map": "^0.6.0",
"@types/node": "*",
"@types/tapable": "^0",
"@types/uglify-js": "*",
"@types/node": "*"
"source-map": "^0.6.0"
},
"typesPublisherContentHash": "2c8c7338c6994033c818676bdeef7cb9bed0362a9fdbf5bce185704e087cc405",
"typesPublisherContentHash": "a94a64ea87e477c8f22b3ef3f09441bf2379814de5d8040024242703835083a2",
"typeScriptVersion": "2.3"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for webpack (https://github.com/webpack/webpack).
This package contains type definitions for webpack ( https://github.com/webpack/webpack ).

@@ -12,4 +12,4 @@ # Details

Additional Details
* Last updated: Mon, 15 Oct 2018 22:47:51 GMT
* Dependencies: tapable, uglify-js, source-map, node
* Last updated: Thu, 11 Apr 2019 21:12:56 GMT
* Dependencies: @types/tapable, @types/uglify-js, @types/source-map, @types/node
* Global values: none

@@ -16,0 +16,0 @@

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