Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ipfs-unixfs

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipfs-unixfs - npm Package Compare versions

Comparing version 6.0.2 to 6.0.3-rc.0

types/src/index.d.ts

13

package.json
{
"name": "ipfs-unixfs",
"version": "6.0.2",
"version": "6.0.3-rc.0+0318c98",
"description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)",

@@ -11,9 +11,8 @@ "leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",

"scripts": {
"prepare": "aegir build",
"prepare": "aegir build --no-bundle && cp -R types dist",
"prepare:proto": "pbjs -t static-module -w es6 -r ipfs-unixfs --force-number --no-verify --no-delimited --no-create --no-beautify --no-defaults --lint eslint-disable -o src/unixfs.js ./src/unixfs.proto",
"prepare:proto-types": "pbts -o src/unixfs.d.ts src/unixfs.js",
"prepare:types": "aegir build --no-bundle",
"pretest": "aegir build --esm-tests",
"test": "aegir test",
"build": "aegir build --esm-tests",
"preleaseOnly": "npx json -I -f dist/package.json -e this.types='\"src/index.d.ts\"'",
"build": "aegir build && cp -R types dist",
"clean": "rimraf ./dist",

@@ -57,3 +56,3 @@ "lint": "aegir ts -p check && aegir lint",

},
"types": "dist/src/index.d.ts",
"types": "types/src/index.d.ts",
"eslintConfig": {

@@ -68,3 +67,3 @@ "extends": "ipfs",

},
"gitHead": "137a4add12838cff6d5a6f8c8ca60289da69d8df",
"gitHead": "0318c98ebaefaefff959e71b7371a253ad44eebf",
"exports": {

@@ -71,0 +70,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