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

dynamodb-enhanced

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamodb-enhanced - npm Package Compare versions

Comparing version 0.4.0-ai to 0.4.0-aj

13

lib/ddb.js

@@ -26,4 +26,3 @@ // Copyright Teleportd Ltd. and other Contributors

var events = require('events');
var Signer = require('./aws-signer'),
var AWS = require('aws-sdk');
var Signer = require('./aws-signer');
var fwk = require('fwk');

@@ -43,6 +42,2 @@

AWS.config.region = spec.region || 'us-east-1';
AWS.config.credentials = {accessKeyId:spec.accessKeyId, secretAccessKey:spec.secretAccessKey};
AWS.config.maxRetries = spec.retries || undefined;
var dynamodb = new AWS.DynamoDB({apiVersion: '2012-08-10'});

@@ -55,8 +50,2 @@ my.accessKeyId = spec.credentials.accessKeyId;

my.retries = spec.retries || 3;

@@ -63,0 +52,0 @@

3

package.json
{
"name": "dynamodb-enhanced",
"version": "0.4.0ai",
"version": "0.4.0aj",
"description": "Simple DynamoDB Library for Node.js. enhanced version of dynamodb by Stanislas Polu",

@@ -35,3 +35,2 @@ "keywords": [

"dependencies": {
"aws-sdk": "^2.0.23",
"fwk": "0.1.x"

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