Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cruft-ddb

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cruft-ddb - npm Package Compare versions

Comparing version 2.1.0 to 3.0.0

13

package.json
{
"name": "cruft-ddb",
"version": "2.1.0",
"version": "3.0.0",
"description": "A simple optimistic-locking abstraction over Dynamo DB",

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

"license": "MIT",
"dependencies": {
"core-js": "^2.4.1",
"tslib": "^1.7.0"
},
"dependencies": {},
"devDependencies": {

@@ -19,7 +16,5 @@ "@types/chai": "^3.4.35",

"@types/node": "^7.0.8",
"aws-sdk": "^2.9.0",
"aws-sdk": "^2.49.0",
"chai": "^3.5.0",
"jest": "^19.0.2",
"rollup": "^0.41.6",
"rollup-plugin-node-resolve": "^3.0.0",
"ts-jest": "^19.0.14",

@@ -33,3 +28,3 @@ "tslint": "^5.1.0",

"lint": "tslint --project tsconfig.json --type-check",
"test": "npm run lint && tsc && jest && rollup -c"
"test": "npm run lint && tsc && jest"
},

@@ -36,0 +31,0 @@ "jest": {

@@ -12,1 +12,4 @@ # cruft

## Symbol.asyncIterator
A `Symbol.asyncIterator` polyfill may be required depending on your environment e.g. `core-js/fn/symbol/async-iterator`.
import { assertHasValidDynamoDBFieldNames } from './assertHasValidDynamoDBFieldNames';
import { IConfiguration, IHasVersion, IHasMetadata } from './index';
import 'core-js/fn/symbol/async-iterator';

@@ -5,0 +4,0 @@ const createFilterExpression = (fieldNames, fields) =>

{
"compileOnSave": true,
"compilerOptions": {
"module": "es6",
"moduleResolution": "node",
"importHelpers": true,
"module": "commonjs",
"target": "es6",

@@ -8,0 +6,0 @@ "noImplicitAny": false,

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