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

@lifeomic/dynamodb-dataloader

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lifeomic/dynamodb-dataloader - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

yarn.lock

14

package.json
{
"name": "@lifeomic/dynamodb-dataloader",
"version": "0.0.1",
"version": "0.0.2",
"description": "A DataLoader that batches DynamoDB item lookups",

@@ -11,6 +11,6 @@ "repository": {

"license": "MIT",
"main": "./work/dist/src/",
"module": "./work/dist/es6/src/",
"jsnext:main": "./work/dist/esnext/src/",
"types": "./work/dist/src/index.d.ts",
"main": "./dist/src/",
"module": "./dist/es6/src/",
"jsnext:main": "./dist/esnext/src/",
"types": "./dist/src/index.d.ts",
"engines": {

@@ -20,6 +20,6 @@ "node": ">= 8.0.0"

"scripts": {
"compile-src-cjs": "tsc --declaration --declarationDir ./work/dist -p tsconfig-src-cjs.json",
"compile-src-cjs": "tsc --declaration --declarationDir ./dist -p tsconfig-src-cjs.json",
"compile-src-es6": "tsc -p tsconfig-src-es6.json",
"compile-src-esnext": "tsc -p tsconfig-src-esnext.json",
"precompile-src": "rm -rf ./work/dist",
"precompile-src": "rm -rf ./dist",
"compile-src": "yarn compile-src-cjs && yarn compile-src-es6 && yarn compile-src-esnext",

@@ -26,0 +26,0 @@ "lint": "tslint --format codeFrame --project tsconfig.json 'src/**/*.ts' 'test/**/*.ts'",

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