Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "jseg", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "JavaScript Entity Graph: A super simple, in-memory, JS graph database.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -13,3 +13,3 @@ let {getOwn, eachPair, objEmpty, StringMap} = require('./util'); | ||
this._options = Object.assign({ | ||
log: console.error, | ||
log: (...args) => console.error(...args), | ||
}, options); | ||
@@ -16,0 +16,0 @@ |
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
47589
21
1734