Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xyo-network/errors

Package Overview
Dependencies
Maintainers
6
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/errors - npm Package Compare versions

Comparing version 0.55.2-alpha.0 to 0.55.6-alpha.0

2

dist/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc