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 5.0.0 to 5.0.1

4

CHANGELOG.md

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

## [5.0.1](https://github.com/ipfs/js-ipfs-utils/compare/v5.0.0...v5.0.1) (2020-11-25)
# [5.0.0](https://github.com/ipfs/js-ipfs-utils/compare/v4.0.1...v5.0.0) (2020-11-16)

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

6

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

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

"./test/files/glob-source.spec.js": false,
"@achingbrain/electron-fetch": false
"electron-fetch": false
},

@@ -39,3 +39,3 @@ "repository": "github:ipfs/js-ipfs-utils",

"dependencies": {
"@achingbrain/electron-fetch": "^1.7.2",
"electron-fetch": "^1.7.2",
"abort-controller": "^3.0.0",

@@ -42,0 +42,0 @@ "any-signal": "^2.1.0",

@@ -6,3 +6,3 @@ 'use strict'

if (isElectronMain) {
module.exports = require('@achingbrain/electron-fetch')
module.exports = require('electron-fetch')
} else {

@@ -9,0 +9,0 @@ // use window.fetch if it is available, fall back to node-fetch if not

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