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

@arkadiuminc/sdk

Package Overview
Dependencies
Maintainers
0
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arkadiuminc/sdk - npm Package Compare versions

Comparing version 2.22.0 to 2.22.1

6

dist/pkg/api/features/host/index.d.ts

@@ -14,4 +14,4 @@ import { RpcProvider } from '../../core/rpc';

export declare type PurchaseRequest = {
type: string;
currencySku: string;
type?: string;
currencySku?: string;
};

@@ -63,3 +63,3 @@ declare class WebEnvironmentDetails {

getDetails(): Promise<WebEnvironmentDetails>;
openPurchaseForm(r: PurchaseRequest): Promise<void>;
openPurchaseForm(r?: PurchaseRequest): Promise<void>;
onPurchaseFormStateChange(observer: any): () => void;

@@ -66,0 +66,0 @@ private purchaseFormClosed;

{
"name": "@arkadiuminc/sdk",
"version": "2.22.0",
"version": "2.22.1",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

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