New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-aws

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-aws - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

index.js

@@ -30,3 +30,3 @@ var through = require('through2');

if (file.isNull()) {
self.push(file);
this.push(file);
return done();

@@ -33,0 +33,0 @@ }

{
"name": "gulp-aws",
"version": "0.0.4",
"version": "0.0.5",
"description": "AWS S3 plugin for Gulp",

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

@@ -60,3 +60,3 @@ gulp-aws

aws_region: 'eu-west-1',
aws_key: 'your aws key kere',
aws_key: 'your aws key here',
aws_secret: 'your aws secret here'

@@ -72,1 +72,2 @@ }));

* [Chris Kinsman](https://github.com/chriskinsman)
* [Chopper](https://github.com/chopper)
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