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.10 to 0.0.11

2

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

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

@@ -48,3 +48,8 @@ 'use strict';

if (err) reject(err);
else resolve({location: data.Location, eTag: data.ETag});
else resolve({
key: config.key,
bucket: config.bucket,
location: data.Location,
eTag: data.ETag
});
});

@@ -51,0 +56,0 @@ })

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