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

@rarible/utils

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rarible/utils - npm Package Compare versions

Comparing version 0.10.0-alpha.28 to 0.10.0-alpha.31

2

build/error/code/index.js

@@ -27,5 +27,5 @@ "use strict";

}
exports.CodeError = CodeError;
// fraction of PI
CodeError.UNKNOWN_CODE = 14159265359;
exports.CodeError = CodeError;
const hasCode = tg.isLikeObject({

@@ -32,0 +32,0 @@ code: tg.isSet,

@@ -8,3 +8,3 @@ import * as tg from "generic-type-guard";

*/
class CodeError extends CustomError {
export class CodeError extends CustomError {
static parse(error, data) {

@@ -26,3 +26,2 @@ const message = extractErrorMessage(error);

CodeError.UNKNOWN_CODE = 14159265359;
export { CodeError };
const hasCode = tg.isLikeObject({

@@ -29,0 +28,0 @@ code: tg.isSet,

{
"name": "@rarible/utils",
"version": "0.10.0-alpha.28",
"version": "0.10.0-alpha.31",
"keywords": [

@@ -37,3 +37,3 @@ "rarible",

},
"gitHead": "a656d1007f4aa0ff6f9384ce25d8cd52f6d3a99c"
"gitHead": "6e8bd3709c12c0d2d70eca4cbbd8fa5d0465e5de"
}

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