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

@bhoos/dynamodb

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bhoos/dynamodb - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

cjs/createCollection.js

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

region: process.env.AWS_REGION,
endpoint: process.env.DYNAMODB_ENDPOINT
endpoint: process.env.DYNAMODB_LOCAL_PORT ? `http://localhost:${process.env.DYNAMODB_LOCAL_PORT}` : undefined
};

@@ -99,3 +99,3 @@

return _extends({}, collection, procs({ db: _dynamodb2.default, self: collection }));
return _extends({}, collection, procs({ db, doc, self: collection }));
}
{
"name": "@bhoos/dynamodb",
"version": "0.1.1",
"version": "0.1.2",
"description": "Node DyanmoDB Library",

@@ -10,3 +10,3 @@ "main": "cjs/index.js",

"scripts": {
"test": "AWS_REGION='ap-south-1' DYNAMODB_ENDPOINT='http://localhost:8000' jest",
"test": "AWS_REGION='ap-south-1' DYNAMODB_LOCAL_PORT=8000 jest",
"lint": "eslint src",

@@ -13,0 +13,0 @@ "build": "babel src -d cjs",

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