@xapp/dynamo-service
Advanced tools
Comparing version 0.1.12 to 0.1.13
@@ -5,2 +5,11 @@ # Changelog | ||
### [0.1.13](https://github.com/XappMedia/dynamo-service/compare/v0.1.12...v0.1.13) (2019-05-22) | ||
### Bug Fixes | ||
* removing console ([4315e50](https://github.com/XappMedia/dynamo-service/commit/4315e50)) | ||
### [0.1.12](https://github.com/XappMedia/dynamo-service/compare/v0.1.10-1...v0.1.12) (2019-05-22) | ||
@@ -7,0 +16,0 @@ |
@@ -136,3 +136,2 @@ "use strict"; | ||
const extrasAllowed = !mapSchema.onlyAllowDefinedAttributes || mapSchemaParser.knownKeys.length === 0; | ||
console.log("EXTRA", extrasAllowed, !mapSchema.onlyAllowDefinedAttributes, mapSchemaParser.knownKeys.length === 0); | ||
validateObject(mapSchemaParser, obj[mapKey], { extrasAllowed }); | ||
@@ -139,0 +138,0 @@ } |
{ | ||
"name": "@xapp/dynamo-service", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "A dynamo help class which will help maintain data integrity.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
246547
6129