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.16 to 2.3.17

5

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

@@ -36,4 +36,5 @@ "main": "index.js",

"dependencies": {
"node-rsa": "^0.4.2"
"node-rsa": "^0.4.2",
"residue-utils": "^1.0.0"
}
}

2

src/native.js

@@ -19,3 +19,3 @@ //

const residue_native = require('residue-native');
const CommonUtils = require('./private/common');
const CommonUtils = require('residue-utils');

@@ -22,0 +22,0 @@ const Logger = function(id) {

@@ -27,2 +27,3 @@ //

const NodeRSA = require('node-rsa');
const CommonUtils = require('residue-utils');
let crypto;

@@ -34,3 +35,2 @@ try {

}
const CommonUtils = require('./private/common');

@@ -37,0 +37,0 @@ const Params = {

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