Comparing version 1.0.2 to 1.0.4
{ | ||
"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 |
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
103
17426
2
8
14
1
203
1
1
1
1
+ Addedaxios@^1.5.1
+ Addedo1js@^0.13.0
+ Addedasynckit@0.4.0(transitive)
+ Addedaxios@1.7.7(transitive)
+ Addedblakejs@1.2.1(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addeddetect-gpu@5.0.56(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedisomorphic-fetch@3.0.0(transitive)
+ Addedjs-sha256@0.9.0(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addedo1js@0.13.1(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
+ Addedreflect-metadata@0.1.14(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedwebgl-constants@1.1.1(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-fetch@3.6.20(transitive)
+ Addedwhatwg-url@5.0.0(transitive)