Socket
Socket
Sign inDemoInstall

@metaplex-foundation/mpl-core

Package Overview
Dependencies
93
Maintainers
6
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

dist/src/authority.d.ts

24

package.json
{
"name": "@metaplex-foundation/mpl-core",
"version": "0.4.0",
"version": "0.4.1",
"description": "Digital Assets",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.json",
"build:docs": "typedoc",
"test": "ava --timeout 600s",
"lint": "eslint --ext js,ts,tsx src",
"lint:fix": "eslint --fix --ext js,ts,tsx src",
"format": "prettier --check src test",
"format:fix": "prettier --write src test"
},
"files": [

@@ -69,3 +60,12 @@ "/dist/src"

},
"packageManager": "pnpm@8.2.0"
}
"packageManager": "pnpm@8.2.0",
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.json",
"build:docs": "typedoc",
"test": "ava --timeout 600s",
"lint": "eslint --ext js,ts,tsx src",
"lint:fix": "eslint --fix --ext js,ts,tsx src",
"format": "prettier --check src test",
"format:fix": "prettier --write src test"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc