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

sundog

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sundog - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

build/npm/src/primitives/ses.js

2

build/npm/src/primitives/dynamodb.js

@@ -539,3 +539,3 @@ "use strict";

}
return yield db.putItem((0, _fairmont.merge)(p, options));
return yield db.updateItem((0, _fairmont.merge)(p, options));
});

@@ -542,0 +542,0 @@

@@ -23,2 +23,10 @@ "use strict";

var _ses = require("./ses");
var _ses2 = _interopRequireDefault(_ses);
var _sns = require("./sns");
var _sns2 = _interopRequireDefault(_sns);
var _sts = require("./sts");

@@ -58,2 +66,14 @@

},
SES: {
enumerable: true,
get: function () {
return (0, _ses2.default)(_AWS);
}
},
SNS: {
enumerable: true,
get: function () {
return (0, _sns2.default)(_AWS);
}
},
STS: {

@@ -60,0 +80,0 @@ enumerable: true,

{
"name": "sundog",
"version": "0.0.8",
"version": "0.0.9",
"description": "Wrapper for the JavaScript AWS SDK, powered by Fairmont to give it a functional boost",

@@ -5,0 +5,0 @@ "main": "build/npm/src/index.js",

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