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

@anabode/dynamodb_service

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anabode/dynamodb_service - npm Package Compare versions

Comparing version

to
1.0.7

7

lib/index.js

@@ -67,2 +67,9 @@ var AWS = require('aws-sdk');

Service.prototype.batchGetItem = function (batchGetStuff, callback) {
var _batchGetStuff = batchGetStuff;
this.dynamo.batchGet(_batchGetStuff, (err, data) => {
return callback(err, data);
});
};
Service.prototype.deleteItem = function (deleteStuff, callback) {

@@ -69,0 +76,0 @@ var _deleteStuff = deleteStuff;

0

LICENCE.txt

@@ -0,0 +0,0 @@ Version 2, December 2004

2

package.json
{
"name": "@anabode/dynamodb_service",
"version": "1.0.6",
"version": "1.0.7",
"description": "dynamodb abstraction",

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

@@ -0,0 +0,0 @@ # Anabode