Socket
Socket
Sign inDemoInstall

ipfs-http-response

Package Overview
Dependencies
Maintainers
3
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipfs-http-response - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4-7165bf71.0

CHANGELOG.md

58

package.json
{
"name": "ipfs-http-response",
"version": "2.0.3",
"version": "2.0.4-7165bf71.0",
"description": "Creates an HTTP response from an IPFS Hash",
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
"main": "./cjs/src/index.js",
"types": "types/src/index.d.ts",
"main": "src/index.js",
"types": "dist/src/index.d.ts",
"typesVersions": {
"*": {
"*": [
"types/*",
"types/src/*"
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
],
"types/*": [
"types/*",
"types/src/*"
"src/*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
]
}
},
"type": "module",
"eslintConfig": {

@@ -28,21 +33,16 @@ "extends": "ipfs",

".": {
"browser": "./esm/src/index.js",
"require": "./cjs/src/index.js",
"import": "./esm/src/index.js"
"import": "./src/index.js"
}
},
"publishConfig": {
"directory": "dist"
},
"scripts": {
"lint": "aegir ts -p check && aegir lint",
"clean": "rimraf ./dist",
"lint": "aegir lint",
"clean": "aegir clean",
"build": "aegir build --no-bundle",
"pretest": "aegir build --esm-tests",
"test": "aegir test -t node",
"test:node": "aegir test -t node --cov",
"dep-check": "aegir dep-check -i rimraf -i global"
"dep-check": "aegir dep-check -i global"
},
"browser": {
".": "./cjs/src/index.js"
"file-type": "file-type/browser",
"fs": false
},

@@ -65,9 +65,10 @@ "repository": {

"dependencies": {
"debug": "^4.3.1",
"@libp2p/logger": "^1.1.4",
"ejs": "^3.1.6",
"file-type": "^16.0.0",
"file-type": "^17.1.1",
"filesize": "^8.0.0",
"it-buffer": "^0.1.1",
"it-concat": "^2.0.0",
"it-reader": "^3.0.0",
"it-map": "^1.0.6",
"it-reader": "^5.0.1",
"it-to-stream": "^1.0.0",

@@ -79,9 +80,9 @@ "mime-types": "^2.1.30",

"@types/ejs": "^3.1.0",
"aegir": "^36.0.1",
"@types/mime-types": "^2.1.1",
"aegir": "^37.0.11",
"get-stream": "^6.0.0",
"global": "^4.4.0",
"ipfs-core": "^0.14.3",
"ipfsd-ctl": "^10.0.4",
"ipfs-core": "^0.14.4-7165bf71.0",
"ipfsd-ctl": "^11.0.0",
"it-all": "^1.0.4",
"rimraf": "^3.0.2",
"uint8arrays": "^3.0.0"

@@ -98,3 +99,4 @@ },

"Pedro Santos <pedro.santos@moxy.studio>"
]
}
],
"gitHead": "0ef2fedb9b9cbed1b4855c48b5f03d343ceb573b"
}
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