@nfteyez/sol-rayz
Advanced tools
Comparing version 0.0.2 to 0.6.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
35507
3
26
458
1
4
2
2
0
+ Added@types/lodash.chunk@^4.2.6
+ Added@types/lodash@4.17.13(transitive)
+ Added@types/lodash.chunk@4.2.9(transitive)
- Removed@solana/web3.js@^1.30.2