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
3
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.5 to 6.0.6

4

CHANGELOG.md

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

## [6.0.6](https://github.com/ipfs/js-ipfs-utils/compare/v6.0.5...v6.0.6) (2021-04-06)
## [6.0.5](https://github.com/ipfs/js-ipfs-utils/compare/v6.0.4...v6.0.5) (2021-04-01)

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

7

dist/src/text-encoder.d.ts

@@ -1,3 +0,6 @@

export = TextEncoder;
import { TextEncoder } from "web-encoding";
declare const _exports: {
new (): TextEncoder;
prototype: TextEncoder;
};
export = _exports;
//# sourceMappingURL=text-encoder.d.ts.map
{
"name": "ipfs-utils",
"version": "6.0.5",
"version": "6.0.6",
"description": "Package to aggregate shared logic and dependencies for the IPFS ecosystem",

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

"node-fetch": "^2.6.1",
"stream-to-it": "^0.2.2",
"web-encoding": "^1.0.6"
"stream-to-it": "^0.2.2"
},

@@ -66,0 +65,0 @@ "devDependencies": {

@@ -8,3 +8,2 @@ /* eslint-disable no-undef */

const { URL, URLSearchParams } = require('iso-url')
const TextDecoder = require('./text-decoder')
const { AbortController } = require('native-abort-controller')

@@ -11,0 +10,0 @@ const anySignal = require('any-signal')

'use strict'
module.exports = require('web-encoding').TextDecoder
module.exports = TextDecoder
'use strict'
const { TextEncoder } = require('web-encoding')
module.exports = TextEncoder

Sorry, the diff of this file is not supported yet

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