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

@tbd54566975/crypto

Package Overview
Dependencies
Maintainers
9
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tbd54566975/crypto - npm Package Compare versions

Comparing version 0.1.0-alpha-fb6a55d-20230512 to 0.1.0

dist/types/src/ed25519.d.ts

63

package.json
{
"name": "@tbd54566975/crypto",
"version": "0.1.0",
"description": "TBD crypto library",
"type": "module",
"version": "0.1.0-alpha-fb6a55d-20230512",
"main": "./dist/cjs/main.cjs",
"module": "./dist/esm/main.mjs",
"types": "./dist/types/main.d.ts",
"scripts": {
"build": "rimraf dist && node build/bundles.js && echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json && tsc",
"lint": "eslint . --ext .js --max-warnings 0",
"lint:fix": "eslint . --ext .js --fix",
"test:node": "rimraf __tests__ && tsc -p tsconfig.test.json && mocha \"__tests__/**/*.spec.js\" --exit",
"test:browser": "karma start karma.conf.cjs"
},
"homepage": "https://github.com/TBD54566975/web5-js/tree/main/packages/crypto#readme",
"bugs": "https://github.com/TBD54566975/web5-js/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/TBD54566975/web5-js",
"directory": "packages/crypto"
},
"license": "Apache-2.0",
"contributors": [
{
"name": "Daniel Buchner",
"url": "https://github.com/csuwildcat"
},
{
"name": "Frank Hinek",
"url": "https://github.com/frankhinek"
},
{
"name": "Moe Jangda",
"url": "https://github.com/mistermoe"
}
],
"files": [
"dist",
"src"
],
"exports": {

@@ -25,2 +59,14 @@ ".": {

},
"keywords": [
"cryptography",
"ed25519",
"secp256k1",
"web5"
],
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {

@@ -31,6 +77,9 @@ "ed2curve": "0.3.0",

"devDependencies": {
"@types/chai": "4.3.0",
"@types/ed2curve": "0.2.2",
"@types/eslint": "8.37.0",
"@types/mocha": "10.0.1",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"chai": "4.3.7",
"esbuild": "0.16.7",

@@ -51,15 +100,3 @@ "eslint": "8.39.0",

"typescript": "5.0.4"
},
"files": [
"dist",
"src"
],
"scripts": {
"build": "rimraf dist && node build/bundles.js && echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json && tsc",
"lint": "eslint . --ext .js --max-warnings 0",
"lint:fix": "eslint . --ext .js --fix",
"publish:unstable": "./build/publish-unstable.sh",
"test:node": "mocha \"tests/**/*.spec.js\" --exit",
"test:browser": "karma start karma.conf.cjs"
}
}
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