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 3.0.5 to 3.0.6

10

package.json
{
"name": "residue",
"version": "3.0.5",
"version": "3.0.6",
"description": "Library to interact with residue server seamlessly.",

@@ -11,3 +11,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/muflihun/residue-node.git"
"url": "git+https://github.com/zuhd-org/residue-node.git"
},

@@ -29,8 +29,8 @@ "files": [

],
"author": "Muflihun Labs <info@muflihun.com>",
"author": "Zuhd Web Services <opensource@zuhd.org>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/muflihun/residue-node/issues"
"url": "https://github.com/zuhd-org/residue-node/issues"
},
"homepage": "https://github.com/muflihun/residue-node#readme",
"homepage": "https://github.com/zuhd-org/residue-node#readme",
"dependencies": {

@@ -37,0 +37,0 @@ "node-rsa": "^0.4.2",

@@ -5,8 +5,9 @@

[![Build Status](https://img.shields.io/travis/muflihun/residue-node/master.svg)](https://travis-ci.org/muflihun/residue-node/branches)
[![Build Status](https://img.shields.io/travis/zuhd-org/residue-node/master.svg)](https://travis-ci.org/zuhd-org/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)
[![GitHub license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/muflihun/residue-node/blob/master/LICENSE)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/MuflihunDotCom/25)
[![GitHub license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/zuhd-org/residue-node/blob/master/LICENSE)
[![Donate](https://muflihun.github.io/donate.png?v2)](https://www.paypal.me/zuhd/25)
Secure Node.js library to interact with residue server seamlessly.

@@ -95,3 +96,3 @@

## Native Binding
Residue Node.js also comes with native binding that uses [C++ client library](https://github.com/muflihun/residue-cpp) to manage connections and asyncronous requests.
Residue Node.js also comes with native binding that uses [C++ client library](https://github.com/zuhd-org/residue-cpp) to manage connections and asyncronous requests.

@@ -101,11 +102,11 @@ If you have installed [`residue-native`](https://www.npmjs.com/package/residue-native) package alongside `residue`, native binding will be used otherwise it will fallback to JS implementation.

## Sample
You can check out [sample client apps](https://github.com/muflihun/residue-node/blob/master/samples) for practical use of this package.
You can check out [sample client apps](https://github.com/zuhd-org/residue-node/blob/master/samples) for practical use of this package.
## License
```
Copyright 2017-present Muflihun Labs
Copyright 2017-present Zuhd Web Services
Copyright 2017-present @abumusamq
https://github.com/muflihun/
https://muflihun.github.io/
https://github.com/zuhd-org/
https://zuhd.org
https://muflihun.com/

@@ -112,0 +113,0 @@

//
// Copyright 2017-present Muflihun Labs
// Copyright 2017-present Zuhd Web Services
//

@@ -10,5 +10,5 @@ // This module provides bridge to use C++ client library

// https://muflihun.com
// https://muflihun.github.io/residue
// https://github.com/muflihun/residue-node
// https://github.com/muflihun/residue-node-native
// https://zuhd.org
// https://github.com/zuhd-org/residue-node
// https://github.com/zuhd-org/residue-node-native
//

@@ -15,0 +15,0 @@

//
// Official Node.js client library for Residue logging server
//
// Copyright 2017-present Muflihun Labs
// Copyright 2017-present Zuhd Web Services
//

@@ -15,4 +15,4 @@ // This module provides interface for connecting and interacting with

// https://muflihun.com
// https://muflihun.github.io/residue
// https://github.com/muflihun/residue-node
// https://zuhd.org
// https://github.com/zuhd-org/residue-node
//

@@ -19,0 +19,0 @@

Sorry, the diff of this file is not supported yet

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