Socket
Socket
Sign inDemoInstall

multiformats

Package Overview
Dependencies
0
Maintainers
2
Versions
147
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.5.6 to 9.5.7

src/tsconfig.json

6

package.json
{
"name": "multiformats",
"version": "9.5.6",
"version": "9.5.7",
"description": "Interface for multihash, multicodec, multibase and CID",

@@ -10,4 +10,4 @@ "main": "./cjs/src/index.js",

"build:js": "ipjs build --tests --main && npm run build:copy",
"build:copy": "cp -a tsconfig.json src vendor test dist/ && rm -rf dist/test/ts-use",
"build:types": "npm run build:copy && cd dist && tsc --build",
"build:copy": "cp -a src vendor test dist/ && rm -rf dist/test/ts-use",
"build:types": "npm run build:copy && cd dist && tsc --build src/tsconfig.json test/tsconfig.json",
"build:vendor": "npm run build:vendor:varint && npm run build:vendor:base-x",

@@ -14,0 +14,0 @@ "build:vendor:varint": "npm_config_yes=true npx brrp -x varint > vendor/varint.js",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc