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

gulp-awspublish

Package Overview
Dependencies
Maintainers
4
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-awspublish - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

7

lib/log-reporter.js
var colors = require('ansi-colors'),
fancyLog = require('fancy-log'),
through = require('through2');
{ Transform } = require('stream');

@@ -16,3 +16,4 @@ /**

var stream = through.obj(function (file, enc, cb) {
const stream = new Transform({ objectMode: true });
stream._transform = function (file, enc, cb) {
var state;

@@ -41,3 +42,3 @@ if (!file.s3) return cb(null, file);

cb(null, file);
});
};

@@ -44,0 +45,0 @@ // force flowing mode

{
"name": "gulp-awspublish",
"version": "6.0.1",
"version": "6.0.2",
"description": "gulp plugin to publish files to amazon s3",

@@ -5,0 +5,0 @@ "keywords": [

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