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

gosquared

Package Overview
Dependencies
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gosquared - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

6

lib/gosquared.js

@@ -170,2 +170,6 @@ var http = require('http'),

if(typeof done !== 'function'){
done = function(){};
}
if(!name){

@@ -204,2 +208,4 @@ this._debug(5, 'WARNING');

if(typeof opts == 'function') {cb = opts; opts = {};}
if(typeof opts != 'object') opts = {};
if(typeof cb != 'function') cb = function(){};
var endpoint = this.config.endpoints.api;

@@ -206,0 +212,0 @@ opts.site_token = this.opts.siteToken;

2

package.json
{
"name": "gosquared",
"version": "0.1.3",
"version": "0.1.4",
"description": "GoSquared for your Node.JS application",

@@ -5,0 +5,0 @@ "main": "lib/gosquared.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