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

node-spop

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-spop - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

9

index.js

@@ -11,3 +11,3 @@ var client = require('./client.js');

client.on('close', function() {
client.on('socketClose', function() {
log('lost connection to the server');

@@ -18,5 +18,2 @@ connected = false;

function connect(params) {
if(params.debug) {
debug = true;
}
return new Promise(function(resolve, reject) {

@@ -50,2 +47,6 @@ if(connected) {

setup: function(settings) {
if(settings.debug) {
debug = true;
}
this.settings = settings;

@@ -52,0 +53,0 @@

{
"name": "node-spop",
"version": "1.0.1",
"version": "1.0.2",
"description": "Node wrapper for https://github.com/Schnouki/spop",

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