@aws/dynamodb-auto-marshaller
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@aws/dynamodb-auto-marshaller", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A data marshaller that converts JavaScript types into Amazon DynamoDB AttributeValues", | ||
@@ -8,2 +8,3 @@ "main": "./build/index.js", | ||
"scripts": { | ||
"docs": "typedoc src", | ||
"prepublishOnly": "tsc", | ||
@@ -23,2 +24,3 @@ "pretest": "tsc -p tsconfig.test.json", | ||
"jest": "^21", | ||
"typedoc": "^0.9.0", | ||
"typescript": "^2.6" | ||
@@ -25,0 +27,0 @@ }, |
@@ -5,2 +5,3 @@ { | ||
"lib": [ | ||
"dom", | ||
"es5", | ||
@@ -19,3 +20,10 @@ "es2015.iterable", | ||
"outDir": "./build" | ||
}, | ||
"typedocOptions": { | ||
"mode": "file", | ||
"out": "../../docs/packages/dynamodb-auto-marshaller", | ||
"excludeNotExported": true, | ||
"excludePrivate": true, | ||
"hideGenerator": true | ||
} | ||
} |
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
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
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
50998
933
0
6