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

minanft

Package Overview
Dependencies
Maintainers
1
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minanft - npm Package Compare versions

Comparing version 1.0.2 to 1.0.4

dist/.yarn/install-state.gz

82

package.json
{
"name": "minanft",
"version": "1.0.2",
"description": "MinaNFT Typescript/JavaScript integration library",
"main": "lib/js/index.js",
"module": "lib/ts/index.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/dfstio/minanft-lib.git"
"version": "1.0.4",
"repository": "git@dfstio.github.com:dfstio/minanft-lib.git",
"main": "src/minanft.ts",
"author": "dfst.io",
"license": "Apache-2.0",
"scripts": {
"compile": "rm -rf dist/lib && tsc && tsc --build tsconfig.js.json",
"archive": "git archive -o lib.zip HEAD",
"lint": "eslint src/*.ts",
"test": "ts-node test.ts",
"coverage": "jest --coverage",
"style": "prettier --tab-width 4 --write {,!(node_modules)/**/}*.ts",
"push": "git status && git push -u originminanftlib master",
"gitcreate": "git remote add originminanftlib https://github.com/dfstio/minanft-lib",
"githubcleartoken": "git config --global --unset credential.helper",
"checkout": "git checkout -b lib",
"upgradeinteractive": "yarn upgrade-interactive",
"commit": "git commit -a -S -m",
"login": "yarn npm login",
"publish": "yarn npm publish --access public"
},
"files": [
"lib",
"package.json",
"README.md"
],
"keywords": [
"javascript",
"typescript",
"mina-protocol",
"minanft"
],
"author": "MinaNFT",
"license": "MIT",
"bugs": {
"url": "https://github.com/dfstio/minanft-lib/issues"
"dependencies": {
"axios": "^1.5.1",
"o1js": "^0.13.0"
},
"homepage": "https://github.com/dfstio/minanft-lib#readme"
"devDependencies": {
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"jest": "^29.7.0",
"prettier": "3.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"eslintConfig": {
"env": {
"browser": true,
"es2021": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
],
"rules": {}
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"slowTestThreshold": 40,
"verbose": true
}
}

@@ -9,3 +9,3 @@ # Mina NFT nodejs library for TypeScript and Javascript

yarn add minanft
yarn add minanft

@@ -90,2 +90,5 @@ ## Example:

## Library on NPM
https://www.npmjs.com/package/minanft
## Example

@@ -92,0 +95,0 @@ https://github.com/dfstio/minanft-lib-example

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