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.6 to 1.13.7

2

webpack-env/index.d.ts

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

ensure(paths: string[], callback: (require: NodeRequire) => void, errorCallback?: (error: any) => void, chunkName?: string): void;
context(path: string, deep?: boolean, filter?: RegExp): RequireContext;
context(path: string, deep?: boolean, filter?: RegExp, mode?: "sync" | "eager" | "weak" | "lazy" | "lazy-once"): RequireContext;
/**

@@ -38,0 +38,0 @@ * Returns the module id of a dependency. The call is sync. No request to the server is fired. The compiler ensures that the dependency is available.

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

@@ -19,10 +19,11 @@ "license": "MIT",

"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "f77e28557675178373a7e238dd2756dd10f08b07ab4b9e1f53b50101b8e1eb22",
"typesPublisherContentHash": "82f7c0e2d223e8975090d789f5f763ef7d24f01ec6f9adfc22a71368816842d9",
"typeScriptVersion": "2.0"
}

@@ -5,9 +5,9 @@ # Installation

# Summary
This package contains type definitions for webpack (module API) (https://github.com/webpack/webpack).
This package contains type definitions for webpack (module API) ( https://github.com/webpack/webpack ).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-env
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-env
Additional Details
* Last updated: Thu, 12 Apr 2018 20:31:50 GMT
* Last updated: Wed, 30 Jan 2019 21:06:29 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