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.13.8 to 1.13.9

4

webpack-env/index.d.ts

@@ -125,3 +125,3 @@ // Type definitions for webpack (module API) 1.13

*/
accept(dependencies: string[], callback: (updatedDependencies: ModuleId[]) => void): void;
accept(dependencies: string[], callback?: (updatedDependencies: ModuleId[]) => void): void;
/**

@@ -132,3 +132,3 @@ * Accept code updates for the specified dependencies. The callback is called when dependencies were replaced.

*/
accept(dependency: string, callback: () => void): void;
accept(dependency: string, callback?: () => void): void;
/**

@@ -135,0 +135,0 @@ * Accept code updates for this module without notification of parents.

{
"name": "@types/webpack-env",
"version": "1.13.8",
"version": "1.13.9",
"description": "TypeScript definitions for webpack (module API)",

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

"dependencies": {},
"typesPublisherContentHash": "f22ab633d48b9017ba5fe192d98a01246b21d26d2a349ce19e47e83090c20279",
"typesPublisherContentHash": "6a584eb8dae463a1ac678bd3645c7ea69d044296f65fbda92ed1fbe6601a8fb5",
"typeScriptVersion": "2.1"
}

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

Additional Details
* Last updated: Fri, 01 Mar 2019 18:30:30 GMT
* Last updated: Thu, 07 Mar 2019 23:57:56 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