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.1 to 1.0.2

4

index.js

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

if (!req) {
this.destroy('No request found for response')
this.destroy(new Error('No request found for response'))
return null

@@ -85,3 +85,3 @@ }

} else {
this.destroy('Invalid message')
this.destroy(new Error('Invalid message'))
}

@@ -88,0 +88,0 @@ return

{
"name": "arpeecee",
"version": "1.0.1",
"version": "1.0.2",
"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