New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rarible/logger

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rarible/logger - npm Package Compare versions

Comparing version 0.9.7 to 0.9.8

2

build/errors.js

@@ -10,2 +10,3 @@ "use strict";

var _this = _super.call(this, message) || this;
Object.setPrototypeOf(_this, Warning.prototype);
_this.name = "Warning";

@@ -21,2 +22,3 @@ return _this;

var _this = _super.call(this, JSON.stringify(options, null, " ")) || this;
Object.setPrototypeOf(_this, NetworkError.prototype);
_this.name = "NetworkError";

@@ -23,0 +25,0 @@ _this.code = options.code || "NETWORK_ERR";

4

package.json
{
"name": "@rarible/logger",
"version": "0.9.7",
"version": "0.9.8",
"private": false,

@@ -40,3 +40,3 @@ "description": "Logging utility for ts projects",

},
"gitHead": "3ffbfa8350cf080f8eec9d08084eebdc2ca785de"
"gitHead": "a2844c6e9a654ac6af256bf15cf7e0e3304446e5"
}

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