@starkware-industries/starkware-crypto-utils
Advanced tools
Comparing version 0.0.2-0 to 0.0.2-1
{ | ||
"name": "@starkware-industries/starkware-crypto-utils", | ||
"version": "0.0.2-0", | ||
"version": "0.0.2-1", | ||
"description": "Signatures, keys and Pedersen hash on STARK friendly elliptic curve", | ||
@@ -23,9 +23,6 @@ "keywords": [ | ||
"author": "StarkWare Industries Ltd.", | ||
"main": "src/js/index.js", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"main": "dist/src/js/index.js", | ||
"types": "dist/src/js/index.d.ts", | ||
"files": [ | ||
"src/config", | ||
"src/js", | ||
"dist", | ||
"package.json", | ||
@@ -36,3 +33,9 @@ "README.md", | ||
"scripts": { | ||
"test": "mocha", | ||
"prebuild": "npm run clean", | ||
"build": "tsc --build", | ||
"clean": "rm -rf ./dist", | ||
"docs:generate": "typedoc", | ||
"format": "prettier --write \"**/*.+(ts|js|json|md|html|yml)\"", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint --fix .", | ||
"pre-release": "standard-version --prerelease --skip.changelog --releaseCommitMessageFormat 'chore(prerelease): {{currentTag}}'", | ||
@@ -42,5 +45,3 @@ "pushTaggedRelease": "git push --follow-tags --no-verify origin master", | ||
"release:dry": "standard-version --dry-run", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint --fix .", | ||
"format": "prettier --write \"**/*.+(ts|js|json|md|html|yml)\"" | ||
"test": "tsc --build && mocha 'dist/test/**/*.spec.js' --recursive" | ||
}, | ||
@@ -51,3 +52,3 @@ "dependencies": { | ||
"brorand": "^1.1.0", | ||
"elliptic": "v6.5.4", | ||
"elliptic": "^6.5.4", | ||
"enc-utils": "^3.0.0", | ||
@@ -63,10 +64,18 @@ "ethereumjs-wallet": "^1.0.2", | ||
"devDependencies": { | ||
"chai": "^4.3.6", | ||
"@types/bn.js": "^5.1.1", | ||
"@types/chai": "^4.3.4", | ||
"@types/elliptic": "^6.4.14", | ||
"@types/mocha": "^10.0.1", | ||
"@typescript-eslint/eslint-plugin": "^5.59.0", | ||
"@typescript-eslint/parser": "^5.59.0", | ||
"chai": "^4.3.7", | ||
"eslint": "^8.11.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"mocha": "^9.2.2", | ||
"prettier": "^2.5.1", | ||
"standard-version": "^9.3.2" | ||
"mocha": "^10.2.0", | ||
"prettier": "^2.8.7", | ||
"standard-version": "^9.3.2", | ||
"typedoc": "^0.23.16", | ||
"typescript": "^4.8.4" | ||
} | ||
} |
@@ -63,3 +63,3 @@ <!-- logo --> | ||
getPrivateKeyFromEthSignature, | ||
privateToStarkKey, | ||
privateToStarkKey, | ||
getKeyPairFromPath, | ||
@@ -66,0 +66,0 @@ getAccountPath, |
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
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
29664
15
4
0
2
Updatedelliptic@^6.5.4