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.0.3 to 1.0.4

2

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

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -28,3 +28,3 @@ 'use strict'

options.port = options.port || '22';
this.firstEmit = true;
options.firstEmit = true;
}

@@ -52,3 +52,3 @@

if (this.firstEmit) {
if (options.firstEmit) {
try {

@@ -67,3 +67,3 @@ await sftp.exists(remotePath);

this.firstEmit = false;
options.firstEmit = false;
} else {

@@ -70,0 +70,0 @@ const assets = compilation.assets;

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