Socket
Socket
Sign inDemoInstall

ipfs-utils

Package Overview
Dependencies
14
Maintainers
3
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous123467Next

2.2.2

Diff

Changelog

Source

2.2.2 (2020-05-05)

Bug Fixes

  • fix headers and abort signals (#41) (ad977a9)
  • ci: add empty commit to fix lint checks on master (ad2fdc4)

<a name="2.2.1"></a>

hugomrdias
published 2.2.1 •

Changelog

Source

2.2.1 (2020-05-01)

Bug Fixes

Features

  • pass in Options Object to http Constructor (#37) (727f28d)

<a name="2.2.0"></a>

hugomrdias
published 2.2.0 •

Changelog

Source

2.2.0 (2020-04-14)

Features

<a name="2.1.0"></a>

hugomrdias
published 2.1.0 •

Changelog

Source

2.1.0 (2020-04-13)

Features

<a name="2.0.0"></a>

hugomrdias
published 2.0.0 •

Changelog

Source

2.0.0 (2020-04-09)

Bug Fixes

BREAKING CHANGES

    • The .ndjson, .stream and .iterator methods have been removed
  • An .ndjson async generator function has been added to the response which does the same thing the .ndjson instance method used to

Old:

for await (const datum of http.ndjson('http://...')) {

}

New:

const response = await http.post('http://...')

for await (const datum of response.ndjson()) {

}

<a name="1.2.4"></a>

hugomrdias
published 1.2.4 •

Changelog

Source

1.2.4 (2020-04-08)

Bug Fixes

  • detect node stream with hasOwnProperty (#33) (1c1d894)

<a name="1.2.3"></a>

hugomrdias
published 1.2.3 •

Changelog

Source

1.2.3 (2020-04-07)

Bug Fixes

  • destroy request body when we are aborting it midway though r… (#31) (1f7506d)

<a name="1.2.2"></a>

hugomrdias
published 1.2.2 •

Changelog

Source

1.2.2 (2020-04-06)

Bug Fixes

  • avoid Identifier 'global' has already been declared (#30) (f468065)

<a name="1.2.1"></a>

hugomrdias
published 1.2.1 •

Changelog

Source

1.2.1 (2020-03-31)

Bug Fixes

<a name="1.2.0"></a>

hugomrdias
published 1.2.0 •

Changelog

Source

1.2.0 (2020-03-31)

Features

<a name="1.1.0"></a>

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc