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.9 to 0.0.10

10

index.js

@@ -1,5 +0,7 @@

var ElasticBeanstalk = require('./ElasticBeanstalk');
var S3 = require('./S3');
'use strict';
var REQUIRED = [
const ElasticBeanstalk = require('./ElasticBeanstalk');
const S3 = require('./S3');
const REQUIRED = [
'region',

@@ -22,3 +24,3 @@ 'accessKeyId',

// Ensure required fields are present.
REQUIRED.forEach(function(prop) {
REQUIRED.forEach((prop) => {
if (config[prop] == undefined) throw 'AWS missing required config ' + prop;

@@ -25,0 +27,0 @@ });

2

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

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

@@ -1,3 +0,5 @@

var Promise = require('bluebird');
'use strict';
const Promise = require('bluebird');
class S3 {

@@ -4,0 +6,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