Socket
Socket
Sign inDemoInstall

@types/webpack

Package Overview
Dependencies
1
Maintainers
1
Versions
183
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.12.33 to 1.12.34

webpack/webpack-env.d.ts

7

webpack/package.json
{
"name": "@types/webpack",
"version": "1.12.33",
"version": "1.12.34",
"description": "TypeScript definitions for webpack 1.12.9",

@@ -14,5 +14,6 @@ "license": "MIT",

"dependencies": {
"@types/uglify-js": "2.0.*"
"@types/uglify-js": "*"
},
"typings": "index.d.ts"
"typings": "index.d.ts",
"typesPublisherContentHash": "44bc31651673b0c01203029632ef8a64ae9c38cd9dfeb4f5f3414fb90fbbb9fb"
}

@@ -11,9 +11,9 @@ # Installation

Additional Details
* Last updated: Thu, 25 Aug 2016 16:56:12 GMT
* Last updated: Mon, 12 Sep 2016 17:13:58 GMT
* File structure: ProperModule
* Library Dependencies: uglify-js
* Module Dependencies: uglify-js
* Global values: webpack
* Global values: DEBUG, __non_webpack_require__, __resourceQuery, __webpack_chunk_load__, __webpack_hash__, __webpack_modules__, __webpack_public_path__, __webpack_require__, module, require, webpack
# Credits
These definitions were written by Qubo <https://github.com/tkqubo>.

@@ -19,2 +19,12 @@ {

"globals": [
"DEBUG",
"__non_webpack_require__",
"__resourceQuery",
"__webpack_chunk_load__",
"__webpack_hash__",
"__webpack_modules__",
"__webpack_public_path__",
"__webpack_require__",
"module",
"require",
"webpack"

@@ -26,6 +36,7 @@ ],

"files": [
"index.d.ts"
"index.d.ts",
"webpack-env.d.ts"
],
"hasPackageJson": false,
"contentHash": "ef59c8bbe18ee8df8cec64c9676181faad14c0d06ccd46f88201bec0ed062219"
"contentHash": "44bc31651673b0c01203029632ef8a64ae9c38cd9dfeb4f5f3414fb90fbbb9fb"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc