Socket
Socket
Sign inDemoInstall

@types/webpack-env

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/webpack-env - npm Package Compare versions

Comparing version 1.14.0 to 1.14.1

1

webpack-env/index.d.ts

@@ -37,2 +37,3 @@ // Type definitions for webpack (module API) 1.14

*/
ensure(paths: string[], callback: (require: NodeRequire) => void, chunkName?: string): void;
ensure(paths: string[], callback: (require: NodeRequire) => void, errorCallback?: (error: any) => void, chunkName?: string): void;

@@ -39,0 +40,0 @@ context(path: string, deep?: boolean, filter?: RegExp, mode?: "sync" | "eager" | "weak" | "lazy" | "lazy-once"): RequireContext;

4

webpack-env/package.json
{
"name": "@types/webpack-env",
"version": "1.14.0",
"version": "1.14.1",
"description": "TypeScript definitions for webpack (module API)",

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

"dependencies": {},
"typesPublisherContentHash": "38b488aae4a85bafb20036cbb59f3496d420eafd8da420138c0e66c361a06c7f",
"typesPublisherContentHash": "dcf1dd8f503633d93c41cc63896728fe021c0cd46455327d9eb40fd4005f5259",
"typeScriptVersion": "2.1"
}

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

Additional Details
* Last updated: Wed, 10 Jul 2019 21:03:21 GMT
* Last updated: Mon, 14 Oct 2019 19:09:50 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: DEBUG, __non_webpack_require__, __resourceQuery, __webpack_chunk_load__, __webpack_hash__, __webpack_modules__, __webpack_public_path__, __webpack_require__, module, process, require

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