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

@ceramicnetwork/blockchain-utils-linking

Package Overview
Dependencies
Maintainers
4
Versions
558
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.0-rc.1 to 1.0.0-rc.2

18

CHANGELOG.md

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

# [1.0.0-rc.2](/compare/@ceramicnetwork/blockchain-utils-linking@1.0.0-rc.1...@ceramicnetwork/blockchain-utils-linking@1.0.0-rc.2) (2021-04-20)
### Bug Fixes
* **blockchain-utils-linking:** pass through opts authProvider for eoaSignAccount (#1268) ae33805, closes #1268
* Fix tests by using node environment for jest (#1212) 0f04006, closes #1212
### Features
* **blockchain-utils-linking:** default link sign message 42a1d7e
* **tile-doctype:** Update Tile API (#1180) 90973ee, closes #1180
# [1.0.0-rc.1](/compare/@ceramicnetwork/blockchain-utils-linking@0.4.0-rc.1...@ceramicnetwork/blockchain-utils-linking@1.0.0-rc.1) (2021-04-19)

@@ -8,0 +26,0 @@

2

lib/util.js

@@ -6,3 +6,3 @@ "use strict";

const res = {
message: "Create a new account link to your identity." + "\n\n" + did,
message: "Link this account to your identity" + "\n\n" + did,
};

@@ -9,0 +9,0 @@ if (addTimestamp) {

{
"name": "@ceramicnetwork/blockchain-utils-linking",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"description": "Blockchain utils for linking blockchain accounts to DID",

@@ -50,5 +50,5 @@ "keywords": [

"testEnvironment": "node",
"resolver": "<rootDir>/../../tools/jest-resolver.js"
"resolver": "jest-resolver-enhanced"
},
"gitHead": "2ef60fc2bfc7eb0ee209cb54547ef8d85d0fcdb5"
"gitHead": "1bdd745e4a62ddc71405ddb37cab07d88c71ca17"
}

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