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

@ceramicnetwork/blockchain-utils-validation

Package Overview
Dependencies
Maintainers
5
Versions
539
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ceramicnetwork/blockchain-utils-validation - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

lib/blockchains/cosmos.d.ts

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.0.6](/compare/@ceramicnetwork/blockchain-utils-validation@0.0.5...@ceramicnetwork/blockchain-utils-validation@0.0.6) (2021-01-21)
**Note:** Version bump only for package @ceramicnetwork/blockchain-utils-validation
## [0.0.5](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/blockchain-utils-validation@0.0.4...@ceramicnetwork/blockchain-utils-validation@0.0.5) (2021-01-14)

@@ -8,0 +16,0 @@

2

lib/index.js

@@ -11,2 +11,3 @@ "use strict";

const eosio_1 = __importDefault(require("./blockchains/eosio"));
const cosmos_1 = __importDefault(require("./blockchains/cosmos"));
const caip_1 = require("caip");

@@ -18,2 +19,3 @@ const handlers = {

[eosio_1.default.namespace]: eosio_1.default,
[cosmos_1.default.namespace]: cosmos_1.default,
};

@@ -20,0 +22,0 @@ const findDID = (did) => { var _a; return (_a = did.match(/(did:[a-zA-Z0-9]+:[a-zA-Z0-9]+)/)) === null || _a === void 0 ? void 0 : _a[0]; };

7

package.json
{
"name": "@ceramicnetwork/blockchain-utils-validation",
"version": "0.0.5",
"version": "0.0.6",
"description": "Blockchain utils for validation of linked blockchain accounts",

@@ -27,3 +27,3 @@ "keywords": [

"dependencies": {
"@ceramicnetwork/blockchain-utils-linking": "^0.0.4",
"@ceramicnetwork/blockchain-utils-linking": "^0.0.5",
"@ethersproject/contracts": "^5.0.9",

@@ -34,2 +34,3 @@ "@ethersproject/providers": "^5.0.18",

"@smontero/eosio-signing-tools": "^0.0.6",
"@tendermint/sig": "^0.6.0",
"@zondax/filecoin-signing-tools": "^0.12.0",

@@ -51,3 +52,3 @@ "caip": "^0.9.2",

},
"gitHead": "3eef52403f7d5d21790234d9588af3ac203d348b"
"gitHead": "d29d137e9ddecbea23bab2abe9a82651389292c5"
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc