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

sails-dynamodb

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sails-dynamodb - npm Package Compare versions

Comparing version 0.12.1 to 0.12.2

6

package.json
{
"name": "sails-dynamodb",
"version": "0.12.1",
"version": "0.12.2",
"description": "Amazon DynamoDB adapter for Sails / Waterline",

@@ -27,4 +27,4 @@ "main": "index.js",

"vogels": "~0.12.0",
"lodash": "",
"async": ""
"lodash": "^3.10.1",
"async": "^1.5.0"
},

@@ -31,0 +31,0 @@ "devDependencies": {

@@ -37,3 +37,3 @@ # sails-dynamodb

secretAccessKey: process.env.DYNAMO_SECRET_ACCESS_KEY,
region: "us-west-1"
region: "us-west-1",
endPoint: "http://localhost:8000", // Optional: add for DynamoDB local

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