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

punch-aws

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

punch-aws - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "punch-aws",
"version": "0.0.7",
"version": "0.0.8",
"description": "Amazon AWS tools.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -70,3 +70,3 @@ var Promise = require('bluebird');

return new Promise((resolve, reject) => {
deleteObject(params, function(err, data) {
this.S3.deleteObject(params, function(err, data) {
if (err) reject(err);

@@ -73,0 +73,0 @@ else resolve({message: 'Successfully deleted ' + config.key});

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