Socket
Socket
Sign inDemoInstall

residue

Package Overview
Dependencies
3
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.17 to 2.3.18

7

CHANGELOG.md
# Change Log
## [2.3.16]
- Fixed translating Error and other classes
## [2.3.18]
- Fixed warning log
## [2.3.17]
- Fixed translating Error
## [2.3.13]

@@ -7,0 +10,0 @@ - Fixed fatal log for native

{
"name": "residue",
"version": "2.3.17",
"version": "2.3.18",
"description": "Library to interact with residue server seamlessly.",
"main": "index.js",
"scripts": {
"test": "echo \"No tests available\" && exit 1"
"test": "node test"
},

@@ -9,0 +9,0 @@ "repository": {

@@ -5,2 +5,4 @@

[![Build Status](https://img.shields.io/travis/muflihun/residue-node/master.svg)](https://travis-ci.org/muflihun/residue-node/branches)
[![Build status](https://ci.appveyor.com/api/projects/status/rp6ukh5apm5ryjxq?svg=true)](https://ci.appveyor.com/project/abumusamq/residue-node)
[![Version](https://img.shields.io/npm/v/residue.svg)](https://www.npmjs.com/package/residue)

@@ -7,0 +9,0 @@ [![GitHub license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/muflihun/residue-node/blob/master/LICENSE)

@@ -609,3 +609,3 @@ //

this.debug = (format, ...args) => this._write_log(CommonUtils.LoggingLevels.Debug, 0, format, ...args);
this.warn = (format, ...args) => this._write_log(CommonUtils.LoggingLevels.Warn, 0, format, ...args);
this.warn = (format, ...args) => this._write_log(CommonUtils.LoggingLevels.Warning, 0, format, ...args);
this.trace = (format, ...args) => this._write_log(CommonUtils.LoggingLevels.Trace, 0, format, ...args);

@@ -612,0 +612,0 @@ this.fatal = (format, ...args) => this._write_log(CommonUtils.LoggingLevels.Fatal, 0, format, ...args);

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc