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

@hirosystems/clarinet-sdk-browser

Package Overview
Dependencies
Maintainers
0
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hirosystems/clarinet-sdk-browser - npm Package Compare versions

Comparing version 2.12.0-beta1 to 2.12.0-beta2

dist/esm/common/src/httpClient.d.ts

3

dist/esm/browser/src/index.js
import init, { SDK } from "@hirosystems/clarinet-sdk-wasm-browser";
import { httpClient } from "../../common/src/httpClient.js";
import { getSessionProxy } from "./sdkProxy.js";

@@ -15,4 +16,4 @@ import { defaultVfs } from "./defaultVfs.js";

const vfs = virtualFileSystem ? virtualFileSystem : defaultVfs;
return new Proxy(new SDK(vfs), getSessionProxy());
return new Proxy(new SDK(vfs, httpClient), getSessionProxy());
};
//# sourceMappingURL=index.js.map
{
"name": "@hirosystems/clarinet-sdk-browser",
"version": "2.12.0-beta1",
"version": "2.12.0-beta2",
"description": "A SDK to interact with Clarity Smart Contracts in the browser",

@@ -31,5 +31,6 @@ "homepage": "https://www.hiro.so/clarinet",

"dependencies": {
"@hirosystems/clarinet-sdk-wasm-browser": "2.12.0-beta1",
"@stacks/transactions": "^6.13.0"
"@hirosystems/clarinet-sdk-wasm-browser": "2.12.0-beta2",
"@stacks/transactions": "^6.13.0",
"sync-request": "^6.1.0"
}
}

@@ -30,3 +30,3 @@ # Clarinet SDK for the Web

const simnet = await initSimnet();
await simnet.initEmtpySession();
await simnet.initEmptySession();
simnet.runSnippet("(+ 1 2)")

@@ -33,0 +33,0 @@ ```

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