Socket
Socket
Sign inDemoInstall

ipfs-utils

Package Overview
Dependencies
Maintainers
3
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipfs-utils - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

4

CHANGELOG.md

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

## [6.0.1](https://github.com/ipfs/js-ipfs-utils/compare/v6.0.0...v6.0.1) (2021-02-07)
# [6.0.0](https://github.com/ipfs/js-ipfs-utils/compare/v5.0.1...v6.0.0) (2021-01-15)

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

4

package.json
{
"name": "ipfs-utils",
"version": "6.0.0",
"version": "6.0.1",
"description": "Package to aggregate shared logic and dependencies for the IPFS ecosystem",

@@ -57,3 +57,3 @@ "main": "src/index.js",

"nanoid": "^3.1.20",
"native-abort-controller": "0.0.3",
"native-abort-controller": "^1.0.3",
"native-fetch": "2.0.1",

@@ -60,0 +60,0 @@ "node-fetch": "^2.6.1",

@@ -9,3 +9,3 @@ /* eslint-disable no-undef */

const TextDecoder = require('./text-decoder')
const AbortController = require('native-abort-controller')
const { AbortController } = require('native-abort-controller')
const anySignal = require('any-signal')

@@ -12,0 +12,0 @@

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