Socket
Socket
Sign inDemoInstall

dependency-manifest-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dependency-manifest-webpack-plugin - npm Package Compare versions

Comparing version 0.0.14 to 0.0.16

3

lib/DependencyManifestPlugin.js

@@ -52,4 +52,3 @@ 'use strict';

getOutputFile(compiler) {
console.log(compiler.context, compiler.outputPath);
return _path2.default.join(compiler.context, compiler.outputPath, this.output);
return _path2.default.join(compiler.outputPath, this.output);
}

@@ -56,0 +55,0 @@

{
"name": "dependency-manifest-webpack-plugin",
"version": "0.0.14",
"version": "0.0.16",
"description": "Dependency Manifest",

@@ -5,0 +5,0 @@ "main": "lib/DependencyManifestPlugin.js",

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