@xyo-network/errors
Advanced tools
Comparing version 0.55.2-alpha.0 to 0.55.6-alpha.0
@@ -7,3 +7,3 @@ "use strict"; | ||
* @Filename: index.ts | ||
* @Last modified time: Friday, 14th December 2018 10:03:40 am | ||
@@ -10,0 +10,0 @@ * @License: All Rights Reserved |
@@ -7,3 +7,3 @@ "use strict"; | ||
* @Filename: xyo-error.ts | ||
* @Last modified time: Wednesday, 6th March 2019 4:41:30 pm | ||
@@ -43,3 +43,3 @@ * @License: All Rights Reserved | ||
this.stack = (fromOtherError && fromOtherError.stack) || new Error().stack; | ||
this.logError(`An XyoError was thrown`, this); | ||
this.logError('An XyoError was thrown', this); | ||
} | ||
@@ -46,0 +46,0 @@ toString() { |
{ | ||
"name": "@xyo-network/errors", | ||
"version": "0.55.2-alpha.0", | ||
"version": "0.55.6-alpha.0", | ||
"description": "Provides a basic error class to be used by XYO services", | ||
@@ -10,3 +10,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@xyo-network/base": "^0.55.2-alpha.0" | ||
"@xyo-network/base": "^0.55.6-alpha.0" | ||
}, | ||
@@ -22,3 +22,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "62e4cabbc28af84e01f2c9d2c76c82a8e633cfdf" | ||
"gitHead": "e75c364eb6fc7be583feb2c92757f5039d555292" | ||
} |
@@ -6,3 +6,3 @@ /* | ||
* @Filename: index.ts | ||
* @Last modified time: Friday, 14th December 2018 10:03:40 am | ||
@@ -9,0 +9,0 @@ * @License: All Rights Reserved |
@@ -6,3 +6,3 @@ /* | ||
* @Filename: xyo-error.ts | ||
* @Last modified time: Wednesday, 6th March 2019 4:41:30 pm | ||
@@ -50,3 +50,3 @@ * @License: All Rights Reserved | ||
this.stack = (fromOtherError && fromOtherError.stack) || new Error().stack | ||
this.logError(`An XyoError was thrown`, this) | ||
this.logError('An XyoError was thrown', this) | ||
} | ||
@@ -53,0 +53,0 @@ |
Sorry, the diff of this file is not supported yet
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
356613
0
+ Added@xyo-network/base@0.55.6-alpha.0(transitive)
- Removed@xyo-network/base@0.55.2-alpha.0(transitive)