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 0.0.4 to 0.1.0

src/files/glob-source.js

16

CHANGELOG.md

@@ -0,1 +1,17 @@

<a name="0.1.0"></a>
# [0.1.0](https://github.com/ipfs/js-ipfs-utils/compare/v0.0.4...v0.1.0) (2019-09-04)
### Bug Fixes
* write after end ([#7](https://github.com/ipfs/js-ipfs-utils/issues/7)) ([b30d7a3](https://github.com/ipfs/js-ipfs-utils/commit/b30d7a3))
### Features
* add glob-source from js-ipfs to be shared ([#9](https://github.com/ipfs/js-ipfs-utils/issues/9)) ([0a95ef8](https://github.com/ipfs/js-ipfs-utils/commit/0a95ef8))
* add normalise input function ([#5](https://github.com/ipfs/js-ipfs-utils/issues/5)) ([b22b8de](https://github.com/ipfs/js-ipfs-utils/commit/b22b8de)), closes [#8](https://github.com/ipfs/js-ipfs-utils/issues/8)
<a name="0.0.4"></a>

@@ -2,0 +18,0 @@ ## [0.0.4](https://github.com/ipfs/js-ipfs-utils/compare/v0.0.3...v0.0.4) (2019-07-18)

17

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

@@ -30,2 +30,4 @@ "main": "src/index.js",

"buffer": "^5.2.1",
"err-code": "^2.0.0",
"fs-extra": "^8.1.0",
"is-buffer": "^2.0.3",

@@ -35,3 +37,5 @@ "is-electron": "^2.2.0",

"is-stream": "^2.0.0",
"it-glob": "0.0.4",
"kind-of": "^6.0.2",
"pull-stream-to-async-iterator": "^1.0.2",
"readable-stream": "^3.4.0"

@@ -41,5 +45,7 @@ },

"aegir": "^20.0.0",
"async-iterator-all": "^1.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"dirty-chai": "^2.0.1",
"electron": "^5.0.7",
"electron": "^6.0.6",
"electron-mocha": "^8.0.3",

@@ -49,4 +55,9 @@ "pull-stream": "^3.6.13"

"contributors": [
"Alan Shaw <alan.shaw@protocol.ai>",
"Alex Potsides <alex@achingbrain.net>",
"Hugo Dias <hugomrdias@gmail.com>"
]
],
"browser": {
"fs-extra": false
}
}

2

src/streams/stream-from-filereader.js

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

if (data.byteLength === 0) {
this.push(null)
return this.push(null)
}

@@ -22,0 +22,0 @@ this.push(new Uint8Array(data))

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