Socket
Socket
Sign inDemoInstall

residue

Package Overview
Dependencies
2
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.2 to 2.1.3

2

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

@@ -5,0 +5,0 @@ "main": "src/residue.js",

const util = require('util');
const residue_native = require('./build/Release/residue-native-binding');
const residue_native = require('residue-native');

@@ -5,0 +5,0 @@ const getSourceLocation = (splitChar) => (new Error).stack.split('\n')[5].replace(' at ', '').trim().split(splitChar);

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