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

@hirosystems/clarinet-sdk

Package Overview
Dependencies
Maintainers
4
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hirosystems/clarinet-sdk - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

2

package.json
{
"name": "@hirosystems/clarinet-sdk",
"version": "0.6.2",
"version": "0.6.3",
"description": "A SDK to interact with Clarity Smart Contracts",

@@ -5,0 +5,0 @@ "repository": {

import { beforeAll, describe, expect, it } from "vitest";
beforeAll(async () => {
await vm.initSession(process.cwd(), "./Clarinet.toml");
});
const accounts = vm.getAccounts();
const wallet1 = accounts.get("wallet_1")!;
const address1 = accounts.get("wallet_1")!;

@@ -10,0 +6,0 @@ /*

@@ -6,3 +6,2 @@ /// <reference types="vitest" />

console.log(vitestSetupFilePath);
export default defineConfig({

@@ -9,0 +8,0 @@ test: {

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