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

@blockstack/clarity-tutorials

Package Overview
Dependencies
Maintainers
9
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockstack/clarity-tutorials - npm Package Compare versions

Comparing version 0.3.0 to 0.3.3

CHANGELOG.md

8

package.json
{
"name": "@blockstack/clarity-tutorials",
"version": "0.3.0",
"version": "0.3.3",
"description": "Getting started with Clarity",

@@ -39,4 +39,4 @@ "author": "Blockstack <engineering@blockstack.com> (https://blockstack.com/)",

"dependencies": {
"@blockstack/clarity": "^0.3.0",
"@blockstack/clarity-native-bin": "^0.3.0"
"@blockstack/clarity": "^0.3.3",
"@blockstack/clarity-native-bin": "^0.3.3"
},

@@ -72,3 +72,3 @@ "devDependencies": {

},
"gitHead": "7528b5ae328540e9a64cb4437af6642d27f9cb50"
"gitHead": "e32941d384b26d9e0bebde4f5a427a022195d1fc"
}

@@ -24,3 +24,3 @@ import { Client, Provider, ProviderRegistry, Result } from "@blockstack/clarity";

const receipt = await helloWorldClient.submitQuery(query);
const result = Result.unwrapString(receipt);
const result = Result.unwrapString(receipt, "utf8");
expect(result).toEqual("hello world");

@@ -27,0 +27,0 @@ });

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