Socket
Socket
Sign inDemoInstall

@cvbb/bc-ur

Package Overview
Dependencies
7
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.6 to 0.2.7

2

dist/utils.d.ts
/// <reference types="node" />
export declare const sha256Hash: (data: Buffer) => Buffer;
export declare const compose3: (f: Function, g: Function, h: Function) => (x: any) => any;
export declare const compose3: (f: (x: any) => any, g: (x: any) => any, h: (x: any) => any) => (x: any) => any;
{
"name": "@cvbb/bc-ur",
"version": "0.2.6",
"description": "BlockChain Commons Uniform Resources",
"author": "aaronisme <aarondongchen@gmail.com>",
"homepage": "https://github.com/CoboVault/cobo-vault-blockchain-base#readme",
"license": "MIT",
"main": "dist/index.js",
"types": "src/index.ts",
"directories": {
"lib": "src",
"test": "__tests__"
},
"files": [
"src",
"dist"
],
"dependencies": {
"@cvbb/bc-bech32": "^1.1.6",
"sha.js": "^2.4.11"
},
"devDependencies": {
"@types/sha.js": "^2.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoboVault/cobo-vault-blockchain-base.git"
},
"scripts": {
"clean": "rm -rf ./dist",
"build": "npm run clean && npx tsc -p tsconfig.json -outDir ./dist",
"test": "jest"
},
"bugs": {
"url": "https://github.com/CoboVault/cobo-vault-blockchain-base/issues"
},
"publishConfig": {
"access": "public"
},
"gitHead": "7d95a92907756f7a878cf84a2197e31214e83e84"
"name": "@cvbb/bc-ur",
"version": "0.2.7",
"description": "BlockChain Commons Uniform Resources",
"author": "aaronisme <aarondongchen@gmail.com>",
"homepage": "https://github.com/CoboVault/cobo-vault-blockchain-base#readme",
"license": "MIT",
"main": "dist/index.js",
"types": "src/index.ts",
"directories": {
"lib": "src",
"test": "__tests__"
},
"files": [
"src",
"dist"
],
"dependencies": {
"@cvbb/bc-bech32": "^1.1.7",
"@types/sha.js": "^2.4.0",
"sha.js": "^2.4.11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoboVault/cobo-vault-blockchain-base.git"
},
"scripts": {
"clean": "rm -rf ./dist",
"build": "npm run clean && npx tsc -p tsconfig.json -outDir ./dist",
"test": "jest"
},
"bugs": {
"url": "https://github.com/CoboVault/cobo-vault-blockchain-base/issues"
},
"publishConfig": {
"access": "public"
},
"gitHead": "25c702410b104aa56e58b054a318a46ff8d9d738"
}

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