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

disconnect

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

disconnect - npm Package Compare versions

Comparing version 0.6.6 to 0.6.7

4

HISTORY.md

@@ -0,1 +1,5 @@

0.6.7 / 2015-09-15
==================
* Fixed regression bug from version `0.6.6` involving double URL query string encoding in `database().search()`
0.6.6 / 2015-08-31

@@ -2,0 +6,0 @@ ==================

2

lib/database.js

@@ -112,3 +112,3 @@ 'use strict';

}
if(query){ obj.q = util.escape(query); }
if(query){ obj.q = query; }
client.get({url: util.addParams('/database/search', obj), authLevel: 1}, callback);

@@ -115,0 +115,0 @@ };

{
"name": "disconnect",
"description": "A full featured Discogs API v2.0 client library",
"version": "0.6.6",
"version": "0.6.7",
"keywords": ["discogs", "api", "client", "oauth"],

@@ -6,0 +6,0 @@ "homepage": "https://github.com/bartve/disconnect",

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