Comparing version 1.0.9 to 1.0.10
const _ = require('lodash'); | ||
const error = require('simple-beauty-error'); | ||
const rxop = require('rxjs/operators'); | ||
@@ -37,2 +38,3 @@ | ||
}, err => { | ||
console.log(JSON.stringify(error(err, {}, 5), null, 2)); | ||
callback(err); | ||
@@ -39,0 +41,0 @@ }); |
{ | ||
"name": "graphed", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Minimum graph's data structure implemented with pluggable stores (redis, dynamodb, memory, ...) and compatible with AWS Firehose", | ||
@@ -11,3 +11,4 @@ "main": "index.js", | ||
"rxjs": "^6.5.3", | ||
"rxjs-dynamodb-client": "^1.0.8" | ||
"rxjs-dynamodb-client": "^1.0.8", | ||
"simple-beauty-error": "^1.0.1" | ||
}, | ||
@@ -14,0 +15,0 @@ "devDependencies": { |
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
178189
4720
6
+ Addedsimple-beauty-error@^1.0.1
+ Addederror-stack-parser@2.1.4(transitive)
+ Addedsimple-beauty-error@1.0.1(transitive)
+ Addedstackframe@1.3.4(transitive)