Socket
Socket
Sign inDemoInstall

multiformats

Package Overview
Dependencies
Maintainers
2
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multiformats - npm Package Compare versions

Comparing version 9.5.8 to 9.5.9

tsconfig.json

10

package.json
{
"name": "multiformats",
"version": "9.5.8",
"version": "9.5.9",
"description": "Interface for multihash, multicodec, multibase and CID",
"main": "./cjs/src/index.js",
"types": "./types/index.d.ts",
"types": "./types/src/index.d.ts",
"scripts": {
"build": "npm run build:js && npm run build:types",
"build:js": "ipjs build --tests --main && npm run build:copy",
"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: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:vendor": "npm run build:vendor:varint && npm run build:vendor:base-x",

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

"*": [
"types/*"
"types/src/*"
],

@@ -184,0 +184,0 @@ "types/*": [

{
"references": [
{
"path": "../src/"
"path": "../"
}

@@ -28,15 +28,6 @@ ],

"declarationMap": true,
"outDir": "../types",
"skipLibCheck": true,
"stripInternal": true,
"resolveJsonModule": true,
"noEmit": true,
"paths": {
"multiformats": [
"../src/index.js"
],
"multiformats/*": [
"../src/*.js"
]
}
"noEmit": true
},

@@ -50,2 +41,2 @@ "include": [

]
}
}

Sorry, the diff of this file is not supported yet

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