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

singly

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

singly - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

2

lib.js

@@ -36,3 +36,3 @@ var request = require('request');

body = JSON.parse(body);
callback(undefined, body.access_token);
callback(undefined, body);
} catch(parseErr) {

@@ -39,0 +39,0 @@ callback(err, body);

@@ -5,4 +5,4 @@ {

"description": "Client library for the Singly API",
"version": "0.0.2",
"homepage": "http://dev.singly.com",
"version": "0.1.0",
"homepage": "https://singly.com",
"main" : "lib.js",

@@ -9,0 +9,0 @@ "repository": {

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