Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nfteyez/sol-rayz

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nfteyez/sol-rayz - npm Package Compare versions

Comparing version 0.0.2 to 0.6.0

dist/config/borsh.d.ts

49

package.json
{
"name": "@nfteyez/sol-rayz",
"version": "0.0.2",
"description": "Package to simplify work with Solana NFTs",
"main": "lib/index.js",
"version": "0.6.0",
"main": "dist/index",
"types": "dist/index",
"files": [
"dist"
],
"scripts": {
"build": "yarn run clean && yarn run compile",
"clean": "rimraf -rf ./dist",
"compile": "tsc -p tsconfig.build.json",
"prepublishOnly": "yarn run build",
"test": "yarn run build"
},
"devDependencies": {
"@solana/web3.js": "^1.30.2",
"rimraf": "~3.0.2",
"typescript": "~4.4.0"
},
"peerDependencies": {
"@solana/web3.js": "^1.30.2"
},
"dependencies": {
"@solana/web3.js": "^1.30.2",
"@types/lodash.chunk": "^4.2.6",
"borsh": "^0.6.0",
"lodash.chunk": "^4.2.0"
},
"scripts": {
"prepublish": "babel src --out-dir lib"
},
"keywords": [
"solana",
"nft",
"metaplex"
],
"babel": {
"presets": [
"@babel/preset-env"
]
},
"author": "NftEyez team (Andrew Zdrobilko, Andy 801) ",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/node": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"babel-jest": "^27.3.1"
}
"gitHead": "af1e2fb612b418eb1fcf8762572dc702c9112970"
}

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