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.4 to 0.1.5

5

cjs/createCollection.js

@@ -6,2 +6,3 @@ 'use strict';

});
exports.doc = exports.db = undefined;

@@ -65,4 +66,4 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

// The dynamodb instance
const db = new _dynamodb2.default(options);
const doc = new _dynamodb2.default.DocumentClient(options);
const db = exports.db = new _dynamodb2.default(options);
const doc = exports.doc = new _dynamodb2.default.DocumentClient(options);

@@ -69,0 +70,0 @@ // Schema generator, for declaring schema

4

cjs/index.js

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

});
exports.createCollection = undefined;
exports.createCollection = exports.doc = exports.db = undefined;

@@ -16,2 +16,4 @@ var _createCollection = require('./createCollection');

exports.default = _createCollection2.default;
exports.db = _createCollection.db;
exports.doc = _createCollection.doc;
exports.createCollection = _createCollection2.default;
{
"name": "@bhoos/dynamodb",
"version": "0.1.4",
"version": "0.1.5",
"description": "Node DyanmoDB Library",

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

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