New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4 to 0.6.5

4

HISTORY.md

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

0.6.5 / 2015-08-27
==================
* Fixed a bug in `util.merge()`
0.6.4 / 2015-07-09

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

2

lib/util.js

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

util.merge = function(target, source){
util.merge = function merge(target, source){
for(var key in source){

@@ -57,0 +57,0 @@ if(source[key] && (typeof source[key] === 'object')){

{
"name": "disconnect",
"description": "A full featured Discogs API v2.0 client library",
"version": "0.6.4",
"version": "0.6.5",
"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