New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

abacus-discovery-client

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abacus-discovery-client - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

9

CHANGELOG.md

@@ -0,1 +1,10 @@

<a name="1.1.1"></a>
### 1.1.1 (2016-10-03)
#### Bug Fixes
* response2 ([c3ad17d4](git@github.com:Netflix/abacus.git/commit/c3ad17d4))
<a name="1.1.0"></a>

@@ -2,0 +11,0 @@ ## 1.1.0 (2016-10-03)

4

index.js

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

var json = _ref.json;
var response2 = _ref.response2;
var response2 = _ref.response;
return !response2.ok ? Promise.reject(json) : json;

@@ -143,3 +143,3 @@ }).catch(function (err) {

var json = _ref2.json;
var response2 = _ref2.response2;
var response2 = _ref2.response;
return !response2.ok ? Promise.reject(json) : json;

@@ -146,0 +146,0 @@ }).catch(function (err) {

{
"name": "abacus-discovery-client",
"version": "1.1.0",
"version": "1.1.1",
"description": "HTTP request client for discovery within Netflix",

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