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

@starkware-industries/starkware-crypto-utils

Package Overview
Dependencies
Maintainers
7
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@starkware-industries/starkware-crypto-utils - npm Package Compare versions

Comparing version 0.0.2-0 to 0.0.2-1

41

package.json
{
"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,

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