Comparing version 0.0.34 to 0.0.35
@@ -15,7 +15,2 @@ // tryStringify will try to turn the provided input into a string. If the input | ||
} | ||
// Check if the object has a custom toString and use that if so. | ||
let hasToString = typeof obj.toString === "function"; | ||
if (hasToString && obj.toString !== Object.prototype.toString) { | ||
return obj.toString(); | ||
} | ||
// If the object does not have a custom toString, attempt to perform a | ||
@@ -22,0 +17,0 @@ // JSON.stringify. |
{ | ||
"name": "libskynet", | ||
"version": "0.0.34", | ||
"version": "0.0.35", | ||
"description": "helper library to interact with skynet's low level primitives", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
148319
4613