New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@blockworks-foundation/mango-mints-redemption

Package Overview
Dependencies
Maintainers
8
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockworks-foundation/mango-mints-redemption - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

7

package.json
{
"name": "@blockworks-foundation/mango-mints-redemption",
"version": "0.0.4",
"version": "0.0.5",
"description": "Typescript Client for mango-feeds.",

@@ -18,3 +18,6 @@ "repository": "https://github.com/blockworks-foundation/mango-mints-redemption",

"scripts": {
"build": "yarn copy-idl && tsc",
"build": "rimraf dist && yarn copy-idl && yarn build:browser && yarn build:node && yarn build:types",
"build:node": " tsc -p tsconfig.cjs.json --noEmit false",
"build:browser": "tsc -p tsconfig.esm.json --noEmit false",
"build:types": "tsc -p tsconfig.types.json --noEmit false",
"copy-idl": "cp -v ./target/types/mango_mints_redemption.ts ./client/src/mango_mints_redemption.ts"

@@ -21,0 +24,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