@cvbb/bc-ur
Advanced tools
Comparing version 0.2.6 to 0.2.7
/// <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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29770
0
3
+ Added@types/sha.js@^2.4.0
+ Added@types/node@22.9.0(transitive)
+ Added@types/sha.js@2.4.4(transitive)
+ Addedundici-types@6.19.8(transitive)
Updated@cvbb/bc-bech32@^1.1.7