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.12.2 to 1.13.0

13

webpack-env/index.d.ts

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

// Type definitions for webpack (module API) 1.12
// Type definitions for webpack (module API) 1.13
// Project: https://github.com/webpack/webpack

@@ -38,3 +38,3 @@ // Definitions by: use-strict <https://github.com/use-strict>

*/
resolve(path: string): number;
resolve(path: string): number | string;
/**

@@ -184,4 +184,7 @@ * Like require.resolve, but doesn’t include the module into the bundle. It’s a weak dependency.

declare var require: __WebpackModuleApi.RequireFunction;
interface NodeRequire extends __WebpackModuleApi.RequireFunction {
}
declare var require: NodeRequire;
/**

@@ -234,2 +237,4 @@ * The resource query of the current module.

declare var module: __WebpackModuleApi.Module;
interface NodeModule extends __WebpackModuleApi.Module {}
declare var module: NodeModule;
{
"name": "@types/webpack-env",
"version": "1.12.2",
"version": "1.13.0",
"description": "TypeScript definitions for webpack (module API)",

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

"peerDependencies": {},
"typesPublisherContentHash": "a94782e2758c6c320604585ec3763db8ba5a391434a41384199810e7459bd9b1",
"typesPublisherContentHash": "3651eab2217a973a8958de2a9b300746383f4e3e0dd920179c1bca64da483667",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Fri, 30 Dec 2016 00:00:12 GMT
* Last updated: Thu, 05 Jan 2017 06:25:10 GMT
* Library Dependencies: none

@@ -14,0 +14,0 @@ * Module Dependencies: none

@@ -6,3 +6,3 @@ {

"libraryMajorVersion": 1,
"libraryMinorVersion": 12,
"libraryMinorVersion": 13,
"typeScriptVersion": "2.0",

@@ -31,3 +31,3 @@ "libraryName": "webpack (module API)",

"hasPackageJson": false,
"contentHash": "a94782e2758c6c320604585ec3763db8ba5a391434a41384199810e7459bd9b1"
"contentHash": "3651eab2217a973a8958de2a9b300746383f4e3e0dd920179c1bca64da483667"
}
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