Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@dxos/crypto-names

Package Overview
Dependencies
29
Maintainers
11
Versions
2520
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.29.2-dev.f64f2a6f to 2.29.2-dev.f6ed60b8

25

package.json
{
"name": "@dxos/crypto-names",
"version": "2.29.2-dev.f64f2a6f",
"version": "2.29.2-dev.f6ed60b8",
"description": "Basic crypto key utils",

@@ -14,8 +14,2 @@ "license": "MIT",

],
"scripts": {
"build": "toolchain build",
"build:test": "toolchain build:test",
"lint": "toolchain lint",
"test": "toolchain test"
},
"dependencies": {

@@ -28,3 +22,3 @@ "binary-parser": "^2.0.2",

"@dxos/eslint-plugin": "~1.0.27",
"@dxos/protocols-toolchain": "workspace:*",
"@dxos/protocols-toolchain": "2.29.1",
"@types/binary-parser": "^1.5.1",

@@ -34,3 +28,3 @@ "@types/crypto-js": "~4.0.2",

"@types/jest": "^26.0.7",
"@types/js-yaml": "^3.12.5",
"@types/js-yaml": "^4.0.5",
"@types/node": "^14.0.9",

@@ -40,3 +34,3 @@ "@types/uniq": "^0.0.27",

"faker": "^5.1.0",
"js-yaml": "^3.13.1",
"js-yaml": "^4.1.0",
"ts-node": "^9.1.1",

@@ -48,3 +42,10 @@ "typescript": "^4.5.2",

"access": "public"
}
}
},
"scripts": {
"build": "toolchain build",
"build:test": "toolchain build:test",
"lint": "toolchain lint",
"test": "toolchain test"
},
"readme": "# Crypto Names\n\nGenerates lossless human readable 3-words names (24-bit entropy ~= 16M combinations).\n\n## Parser\n\nWARNING: Do not change word list once deployed.\n\n`yarn ts-node ./scripts/parser`\n\n## Examples\n\n`rushx test`\n\n```json\n [\n {\n \"key\": \"8b03f3\",\n \"name\": \"momentous-advantageous-wildebeest\"\n },\n {\n \"key\": \"f205a4\",\n \"name\": \"useful-affordable-oyster\"\n },\n {\n \"key\": \"f733ca\",\n \"name\": \"visionary-delicious-sheepdog\"\n },\n {\n \"key\": \"3c568a\",\n \"name\": \"durable-flatter-manatee\"\n },\n {\n \"key\": \"c81576\",\n \"name\": \"smartest-benevolent-kangaroo\"\n }\n ]\n```\n"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc