New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@peerbit/crypto

Package Overview
Dependencies
Maintainers
0
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peerbit/crypto - npm Package Compare versions

Comparing version

to
2.3.5-12d090c

154

package.json
{
"name": "@peerbit/crypto",
"version": "2.3.4",
"description": "Crypto fn",
"sideEffects": false,
"type": "module",
"types": "./dist/src/index.d.ts",
"typesVersions": {
"*": {
"*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
],
"src/*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
]
}
},
"files": [
"src",
"dist",
"!dist/test",
"!**/*.tsbuildinfo"
],
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
}
},
"eslintConfig": {
"extends": "peerbit",
"parserOptions": {
"project": true,
"sourceType": "module"
},
"ignorePatterns": [
"!.aegir.js",
"test/ts-use",
"*.d.ts"
]
},
"publishConfig": {
"access": "public"
},
"browser": {
"./dist/src/hash.js": "./dist/src/hash.browser.js",
"./dist/src/random.js": "./dist/src/random.browser.js",
"./dist/src/ed25519-sign.js": "./dist/src/ed25519-sign.browser.js"
},
"scripts": {
"clean": "aegir clean",
"build": "aegir build --no-bundle",
"test": "aegir test",
"lint": "aegir lint"
},
"author": "dao.xyz",
"license": "MIT",
"devDependencies": {
"@types/libsodium-wrappers": "^0.7.14",
"uint8arrays": "^5.1.0",
"@types/elliptic": "^6.4.18",
"multiformats": "^13.1.0"
},
"dependencies": {
"@peerbit/cache": "^2.1.1",
"@dao-xyz/borsh": "^5.2.3",
"@stablelib/sha256": "^2.0.0",
"@ethersproject/wallet": "^5.7.0",
"@libp2p/crypto": "^5.0.11",
"@libp2p/peer-id": "^5.0.12",
"libsodium-wrappers": "^0.7.15"
}
"name": "@peerbit/crypto",
"version": "2.3.5-12d090c",
"description": "Crypto fn",
"sideEffects": false,
"type": "module",
"types": "./dist/src/index.d.ts",
"typesVersions": {
"*": {
"*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
],
"src/*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
]
}
},
"files": [
"src",
"dist",
"!dist/test",
"!**/*.tsbuildinfo"
],
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
}
},
"eslintConfig": {
"extends": "peerbit",
"parserOptions": {
"project": true,
"sourceType": "module"
},
"ignorePatterns": [
"!.aegir.js",
"test/ts-use",
"*.d.ts"
]
},
"publishConfig": {
"access": "public"
},
"browser": {
"./dist/src/hash.js": "./dist/src/hash.browser.js",
"./dist/src/random.js": "./dist/src/random.browser.js",
"./dist/src/ed25519-sign.js": "./dist/src/ed25519-sign.browser.js"
},
"scripts": {
"clean": "aegir clean",
"build": "aegir build --no-bundle",
"test": "aegir test",
"lint": "aegir lint"
},
"author": "dao.xyz",
"license": "MIT",
"devDependencies": {
"@types/libsodium-wrappers": "^0.7.14",
"uint8arrays": "^5.1.0",
"@types/elliptic": "^6.4.18",
"multiformats": "^13.1.0"
},
"dependencies": {
"@peerbit/cache": "2.1.2-12d090c",
"@dao-xyz/borsh": "^5.2.3",
"@stablelib/sha256": "^2.0.0",
"@ethersproject/wallet": "^5.7.0",
"@libp2p/crypto": "^5.0.11",
"@libp2p/peer-id": "^5.0.12",
"libsodium-wrappers": "^0.7.15"
}
}