@lifeomic/dynamodb-dataloader
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"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'", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
153058
3
0
3