@zilliqa-js/core
Advanced tools
Comparing version 3.4.0-rc.0 to 3.4.0-rc.1
{ | ||
"name": "@zilliqa-js/core", | ||
"version": "3.4.0-rc.0", | ||
"version": "3.4.0-rc.1", | ||
"description": "Core abstractions that power the zilliqa JS client.", | ||
"main": "dist/index.js", | ||
"node": "dist/index.js", | ||
"browser": "dist/index.umd.js", | ||
"module": "dist/index.esm.js", | ||
"jsnext:main": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"repository": "https://github.com/Zilliqa/zilliqa-js", | ||
"main": "dist/umd/bundle.js", | ||
"browser": "dist/umd/bundle.js", | ||
"module": "dist/esm/bundle.js", | ||
"jsnext:main": "dist/esm/bundle.js", | ||
"types": "dist/types/src/index.d.ts", | ||
"typings": "dist/types/src/index.d.ts", | ||
"repository": "https://github.com/Zilliqa/zilliqa-developer/", | ||
"maintainers": [ | ||
@@ -29,7 +28,35 @@ "Zilliqa Usability Team <maintainers@zilliqa.com> (https://github.com/zilliqa/)" | ||
"devDependencies": { | ||
"@types/bn.js": "5.1.0", | ||
"@types/camelcase": "4.1.0", | ||
"@types/node": "12.20.55", | ||
"@typescript-eslint/eslint-plugin": "4.33.0", | ||
"@typescript-eslint/parser": "4.33.0" | ||
"@types/bn.js": "^5.1.0", | ||
"@types/camelcase": "^5.1.0", | ||
"@types/fancy-log": "^1.3.0", | ||
"@types/jest": "27.0.1", | ||
"@types/node": "^20.2.3", | ||
"@types/webpack": "^4.4.17", | ||
"@typescript-eslint/eslint-plugin": "^4.31.1", | ||
"@typescript-eslint/parser": "^4.31.1", | ||
"camelcase": "^5.0.0", | ||
"eslint": "^7.32.0", | ||
"fancy-log": "^1.3.2", | ||
"husky": "^7.0.1", | ||
"jest": "=26.6.0", | ||
"jest-diff": "^29.3.1", | ||
"jest-fetch-mock": "3.0.3", | ||
"prettier": "^2.3.2", | ||
"rimraf": "^2.6.2", | ||
"rollup": "2.3.0", | ||
"rollup-plugin-alias": "^1.4.0", | ||
"rollup-plugin-commonjs": "^9.2.0", | ||
"rollup-plugin-json": "^3.1.0", | ||
"rollup-plugin-node-builtins": "^2.1.2", | ||
"rollup-plugin-node-globals": "^1.4.0", | ||
"rollup-plugin-node-resolve": "^3.4.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.34.1", | ||
"sodium-randbytes": "0.14.0", | ||
"ts-jest": "^27.1.3", | ||
"ts-loader": "8.0.4", | ||
"ts-node": "^7.0.1", | ||
"typescript": "^4.8.4", | ||
"webpack": "^5.76.0", | ||
"webpack-command": "^0.4.1" | ||
}, | ||
@@ -45,4 +72,7 @@ "files": [ | ||
"scripts": { | ||
"clean": "rimraf ./dist ./tsconfig.tsbuildinfo" | ||
"clean": "rimraf ./dist ./tsconfig.tsbuildinfo", | ||
"build": "pnpm clean && pnpm build:esm && pnpm build:umd", | ||
"build:esm": "tsc -b tsconfig.json", | ||
"build:umd": "rollup -c" | ||
} | ||
} |
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
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
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
Copyleft License
License(Experimental) Copyleft license information was found.
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
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
3448808
87
32880
33
3
15