Socket
Socket
Sign inDemoInstall

aws-sdk-wrap

Package Overview
Dependencies
Maintainers
1
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-sdk-wrap - npm Package Compare versions

Comparing version 13.0.0 to 13.0.1

6

lib/module/dy/create-model.js
import get from 'lodash.get';
import toolbox from 'dynamodb-toolbox';
import { Table, Entity } from 'dynamodb-toolbox';
import getFirst from './get-first.js';

@@ -37,3 +37,3 @@ import validateKwargs from './validate-kwargs.js';

const table = new toolbox.Table({
const table = new Table({
name,

@@ -60,3 +60,3 @@ partitionKey,

});
const entity = new toolbox.Entity({
const entity = new Entity({
name,

@@ -63,0 +63,0 @@ timestamps: false,

{
"name": "aws-sdk-wrap",
"type": "module",
"version": "13.0.0",
"version": "13.0.1",
"description": "Wrapper around aws-sdk",

@@ -6,0 +6,0 @@ "main": "lib/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