Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

faster-webpack-upload-plugin

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

faster-webpack-upload-plugin - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

pnpm-lock.yaml

2

package.json
{
"name": "faster-webpack-upload-plugin",
"version": "1.2.2",
"version": "1.2.3",
"author": "WangTieZhu92",

@@ -5,0 +5,0 @@ "license": "996.ICU",

@@ -6,2 +6,3 @@ 'use strict'

const ProgressBar = require('./utils/ProgressBar');
const path = require('path');

@@ -153,5 +154,5 @@ class FasterWebpackUploadPlugin {

function formatRemotePath(remotePath, filePath) {
return (remotePath + '/' + filePath).replace(/\\/g, '/').replace(/\.\//g, "");
return path.join(remotePath, filePath);
}
module.exports = FasterWebpackUploadPlugin;
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