Socket
Socket
Sign inDemoInstall

aws-lib

Package Overview
Dependencies
2
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

examples/as.js

2

lib/aws.js

@@ -19,2 +19,3 @@ var http = require("http");

var cw = require("./cw");
var as = require("./as");
var cfn = require("./cfn");

@@ -132,2 +133,3 @@

exports.createCWClient = cw.init(genericAWSClient);
exports.createASClient = as.init(genericAWSClient);
exports.createCFNClient = cfn.init(genericAWSClient);

7

package.json
{
"name": "aws-lib",
"description": "Extensible Node.js library for the Amazon Web Services API",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "http://github.com/livelycode/aws-lib",
"keywords": ["amazon","aws", "ec2", "product advertising", "simpledb", "Simple Queue Service", "SQS", "Simple Email Service", "SES"],
"keywords": ["amazon","aws", "ec2", "product advertising", "simpledb", "Simple Queue Service", "SQS", "Simple Email Service", "SES", "Auto Scaling", "AS"],
"repository": "git://github.com/livelycode/aws-lib.git",

@@ -13,3 +13,4 @@ "author": "Mirko Kiefer <mail@mirkokiefer.com> (http://mirkokiefer.com)",

"Richard Rodger <richard@ricebridge.com> (http://www.ricebridge.com/)",
"Ross Duggan <ross@boards.ie> (http://rossduggan.ie/)"
"Ross Duggan <ross@boards.ie> (http://rossduggan.ie/)",
"Mike MacCana <mike.maccana@gmail.com> (http://mikemaccana.com/)"
],

@@ -16,0 +17,0 @@ "dependencies": {

@@ -99,2 +99,3 @@ Node.js library for the Amazon Web Services

Chris Castle
Mike MacCana
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc