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

arpeecee

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arpeecee - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

5

index.js

@@ -53,3 +53,3 @@ const Parser = require('./parser')

this.methods = []
this.requests = []
this.requests = [null]
this.free = []

@@ -128,3 +128,4 @@ this.errorEncoding = opts.errorEncoding || ERROR

} catch (err) {
return this.destroy(err)
this.destroy(err)
return
}

@@ -131,0 +132,0 @@

2

package.json
{
"name": "arpeecee",
"version": "1.0.2",
"version": "1.0.3",
"description": "Simple duplex stream based binary RPC module for well defined methods",

@@ -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