Socket
Socket
Sign inDemoInstall

symlink-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

symlink-webpack-plugin - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

dist/index.js

@@ -24,3 +24,3 @@ 'use strict';

if (fs.existsSync(originPath)) {
var baseDir = __dirname;
var baseDir = process.cwd();
process.chdir(outputPath);

@@ -27,0 +27,0 @@ var symlink = path.join(outputPath, option.symlink);

{
"name": "symlink-webpack-plugin",
"version": "0.0.3",
"version": "0.0.4",
"description": "Make symbolic links among your built files in webpack",

@@ -25,3 +25,6 @@ "main": "dist/index.js",

"webpack": "^2.3.3"
}
},
"contributors": [
"Matt Mulder <muldmatt@gmail.com>"
]
}
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