Socket
Socket
Sign inDemoInstall

residue

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

residue - npm Package Compare versions

Comparing version 2.2.6 to 2.3.0

src/private/common.js

5

index.js
'use strict';
try {
module.exports = require('./lib/native');
module.exports = require('./src/residue-native');
} catch (e) {
module.exports = require('./lib/residue');
console.log('Falling back to residue JS library. Could not link to libresidue. (Make sure LD_LIBRARY_PATH is set)');
module.exports = require('./src/residue');
}

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -12,4 +12,4 @@ {

"dependencies": {
"residue": "^2.2.5"
"residue": "^2.2.6"
}
}
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