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

@xyo-network/errors

Package Overview
Dependencies
Maintainers
4
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.2.1 to 0.3.0

4

dist/xyo-error.d.ts

@@ -7,5 +7,3 @@ import { XyoBase } from '@xyo-network/base';

CRITICAL = 1,
INVALID_PARAMETERS = 2,
CREATOR_MAPPING = 3,
INVALID_RESULT_ACCESS = 4
INVALID_PARAMETERS = 2
}

@@ -12,0 +10,0 @@ /**

@@ -8,3 +8,3 @@ "use strict";

* @Last modified by: ryanxyo
* @Last modified time: Monday, 19th November 2018 3:24:29 pm
* @Last modified time: Tuesday, 11th December 2018 9:16:21 am
* @License: All Rights Reserved

@@ -22,4 +22,2 @@ * @Copyright: Copyright XY | The Findables Company

XyoErrors[XyoErrors["INVALID_PARAMETERS"] = 2] = "INVALID_PARAMETERS";
XyoErrors[XyoErrors["CREATOR_MAPPING"] = 3] = "CREATOR_MAPPING";
XyoErrors[XyoErrors["INVALID_RESULT_ACCESS"] = 4] = "INVALID_RESULT_ACCESS";
})(XyoErrors = exports.XyoErrors || (exports.XyoErrors = {}));

@@ -26,0 +24,0 @@ /**

{
"name": "@xyo-network/errors",
"version": "0.2.1",
"version": "0.3.0",
"description": "A base class for the Xyo Network",

@@ -10,3 +10,3 @@ "main": "dist/xyo-error.js",

"dependencies": {
"@xyo-network/base": "^0.2.1"
"@xyo-network/base": "^0.3.0"
},

@@ -22,3 +22,3 @@ "devDependencies": {

},
"gitHead": "0635d162b742fbb5ee4f09d4e3faf5149b43eaf0"
"gitHead": "55319bda08512a2701fb6494ad2e2526791e6bb7"
}

@@ -7,3 +7,3 @@ /*

* @Last modified by: ryanxyo
* @Last modified time: Monday, 19th November 2018 3:24:29 pm
* @Last modified time: Tuesday, 11th December 2018 9:16:21 am
* @License: All Rights Reserved

@@ -21,5 +21,3 @@ * @Copyright: Copyright XY | The Findables Company

CRITICAL = 1,
INVALID_PARAMETERS = 2,
CREATOR_MAPPING = 3,
INVALID_RESULT_ACCESS = 4
INVALID_PARAMETERS = 2
}

@@ -26,0 +24,0 @@

Sorry, the diff of this file is not supported yet

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