Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-ral

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ral - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

3

lib/ral.js

@@ -15,3 +15,2 @@ /*

RalModule = require('./ralmodule.js'),
async = require('async'),
iconv = require('iconv-lite'),

@@ -36,3 +35,3 @@ EventEmitter = require('events').EventEmitter,

options = options || {};
var payload, request, onerror = this.onError.bind(this);
var payload, request;
var timer = this.timer = new Timer(['request','talk', 'pack', 'write', 'read', 'unpack']);

@@ -39,0 +38,0 @@ timer.start('request');

{
"name": "node-ral",
"version": "0.0.3",
"version": "0.0.4",
"description": "a rpc client for node",

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

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