@create-moralis-dapp/toolkit
Advanced tools
Comparing version 2.18.1 to 2.18.2-beta.0
{ | ||
"name": "@create-moralis-dapp/toolkit", | ||
"author": "Moralis", | ||
"version": "2.18.1", | ||
"license": "MIT", | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"version": "2.18.2-beta.0", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"sideEffects": false, | ||
"type": "commonjs", | ||
"files": [ | ||
"lib/*" | ||
"dist/*" | ||
], | ||
"bin": "./lib/index.js", | ||
"bin": "./dist/index.js", | ||
"dependencies": { | ||
"fs-extra": "^11.0.1", | ||
"ora": "^5.4.1", | ||
"prompts": "^2.4.2", | ||
"typescript": "^4.8.4" | ||
}, | ||
"devDependencies": { | ||
"@types/fs-extra": "^11.0.1", | ||
"@types/prompts": "^2.4.2" | ||
}, | ||
"scripts": { | ||
@@ -19,13 +29,3 @@ "lint": "eslint . --ext .js,.ts,.tsx,jsx", | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"ejs": "^3.1.8", | ||
"fs-extra": "^10.1.0", | ||
"ora": "^5.4.1", | ||
"prompts": "^2.4.2" | ||
}, | ||
"devDependencies": { | ||
"@types/ejs": "3.1.1", | ||
"@types/prompts": "^2.4.2" | ||
} | ||
} | ||
} |
@@ -1,1 +0,1 @@ | ||
Toolkit for `create-moralis-dapp` | ||
Toolkit for `create-moralis-dapp` |
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
42
2
34801
1
482
2
4
2
+ Addedtypescript@^4.8.4
+ Addedfs-extra@11.2.0(transitive)
+ Addedtypescript@4.9.5(transitive)
- Removedejs@^3.1.8
- Removedasync@3.2.6(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.112.0.1(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedejs@3.1.10(transitive)
- Removedfilelist@1.0.4(transitive)
- Removedfs-extra@10.1.0(transitive)
- Removedjake@10.9.2(transitive)
- Removedminimatch@3.1.25.1.6(transitive)
Updatedfs-extra@^11.0.1