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.7.1 to 0.7.2

4

HISTORY.md

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

0.7.2 / 2016-02-09
==================
* Fixed default maximum number of requests per minute
0.7.1 / 2016-01-26

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

2

lib/client.js

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

outputFormat: 'discogs', // Possible values: 'discogs' / 'plaintext' / 'html'
requestLimit: 250, // Maximum number of requests to the Discogs API per interval
requestLimit: 240, // Maximum number of requests to the Discogs API per interval
requestLimitInterval: 60000 // Request interval in milliseconds

@@ -25,0 +25,0 @@ };

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