You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

ipfs-utils

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="1.2.2"></a>
## [1.2.2](https://github.com/ipfs/js-ipfs-utils/compare/v1.2.1...v1.2.2) (2020-04-06)
### Bug Fixes
* avoid Identifier 'global' has already been declared ([#30](https://github.com/ipfs/js-ipfs-utils/issues/30)) ([f468065](https://github.com/ipfs/js-ipfs-utils/commit/f468065))
<a name="1.2.1"></a>

@@ -2,0 +12,0 @@ ## [1.2.1](https://github.com/ipfs/js-ipfs-utils/compare/v1.2.0...v1.2.1) (2020-03-31)

5

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

@@ -61,4 +61,5 @@ "main": "src/index.js",

"Alan Shaw <alan.shaw@protocol.ai>",
"Marcin Rataj <lidel@lidel.org>"
"Marcin Rataj <lidel@lidel.org>",
"bluelovers <codelovers@users.sourceforge.net>"
]
}

3

src/http.js

@@ -7,5 +7,4 @@ /* eslint-disable no-undef */

const { URL, URLSearchParams } = require('iso-url')
const global = require('./globalthis')
const TextDecoder = require('./text-encoder')
const Request = global.Request
const Request = require('./globalthis').Request
const AbortController = require('abort-controller')

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

'use strict'
const global = require('./globalthis')
module.exports = global.TextDecoder
module.exports = require('./globalthis').TextDecoder
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc