Socket
Socket
Sign inDemoInstall

rai

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.5 to 0.1.6

3

lib/mockup.js

@@ -45,3 +45,4 @@ var net = require("net"),

var socket = net.connect(port, host, function(){
var socket = net.connect(port, host);
socket.on("connect", function(){
socket.on("data", function(chunk){

@@ -48,0 +49,0 @@ if(ignore_data)return;

{
"name": "rai",
"description": "Request-Answer-Interface for generating text based command servers (SMTP, POP etc)",
"version": "0.1.5",
"version": "0.1.6",
"author" : "Andris Reinman",

@@ -6,0 +6,0 @@ "maintainers":[

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