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 1.0.9 to 1.0.10

7

lib/index.js

@@ -181,3 +181,3 @@ 'use strict';

if (callback) {
_this.dynamo.delete(_deleteStuff, (err, data) => {
_this.dynamo.query(_queryStuff, (err, data) => {
return callback(err, data);

@@ -187,3 +187,3 @@ });

return new Promise((resolve, reject) => {
const promise = _this.dynamo.delete(_deleteStuff).promise()
const promise = _this.dynamo.query(_queryStuff).promise()
promise.then((data) => {

@@ -197,7 +197,4 @@ return resolve(data)

};
this.dynamo.query(_queryStuff, (err, data) => {
return callback(err, data);
});
};
module.exports = exports = Service;
{
"name": "@anabode/dynamodb_service",
"version": "1.0.9",
"version": "1.0.10",
"private": false,

@@ -5,0 +5,0 @@ "description": "dynamodb abstraction ",

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