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.15.3 to 1.16.0

17

webpack-env/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for webpack (module API) 1.15
// Type definitions for webpack (module API) 1.16
// Project: https://github.com/webpack/webpack

@@ -339,2 +339,17 @@ // Definitions by: use-strict <https://github.com/use-strict>

interface ImportMeta {
/**
* `import.meta.webpackHot` is an alias for` module.hot` which is also available in strict ESM
*/
webpackHot?: __WebpackModuleApi.Hot;
/**
* `import.meta.webpack` is the webpack major version as number
*/
webpack: number;
/**
* `import.meta.url` is the `file:` url of the current file (similar to `__filename` but as file url)
*/
url: string;
}
interface NodeModule extends NodeJS.Module {}

@@ -341,0 +356,0 @@

6

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

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

"dependencies": {},
"typesPublisherContentHash": "a13ec7e78076606a75aef18f56d03d7dd799d40ac2cb4bc538da859529c648bf",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "f2e38c3cea05926b3db8c55f447edebf91c2161b2df7f5ede5661c69bbabd7bf",
"typeScriptVersion": "3.3"
}

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

### Additional Details
* Last updated: Thu, 17 Sep 2020 15:46:55 GMT
* Last updated: Mon, 23 Nov 2020 23:55:05 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `DEBUG`, `__non_webpack_require__`, `__resourceQuery`, `__webpack_chunk_load__`, `__webpack_hash__`, `__webpack_modules__`, `__webpack_nonce__`, `__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