Socket
Socket
Sign inDemoInstall

habrok

Package Overview
Dependencies
68
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

13

CHANGELOG.md
# Changelog
## 2.0.0 (July 26, 2017)
- [breaking] `Habrok#request` resolves to an `Object` with `statusCode`, `headers`, and `body` properties (rather than `body` directly)
## 2.0.0 – July 26, 2017
## 1.0.0 (July 25, 2017)
- [breaking] `Habrok#request` resolves to an `Object` with `statusCode`, `headers`, and `body` properties
## 2.0.0 – July 26, 2017
- [breaking] `Habrok#request` resolves to an `Object` with `statusCode`, `headers`, and `body` properties
## 1.0.0 – July 25, 2017
- Initial release
{
"name": "habrok",
"description": "Promises/A+, request-powered, boom-enabled, JSON-first HTTP API client with automatic retry",
"version": "2.0.0",
"version": "2.0.1",
"license": "ISC",

@@ -6,0 +6,0 @@ "main": "index.js",

@@ -31,3 +31,3 @@ habrok [![Build Status](https://travis-ci.org/kurttheviking/habrok-js.svg?branch=master)](https://travis-ci.org/kurttheviking/habrok-js) [![Coverage Status](https://coveralls.io/repos/github/kurttheviking/habrok-js/badge.svg?branch=master)](https://coveralls.io/github/kurttheviking/habrok-js?branch=master)

method: 'GET',
uri: 'https://api.viki.ng/longships'
uri: 'https://api.github.com/repositories'
})

@@ -34,0 +34,0 @@ .then(console.log);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc