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

@cartridge/connector

Package Overview
Dependencies
Maintainers
3
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cartridge/connector - npm Package Compare versions

Comparing version 0.2.19 to 0.3.0

3

lib/index.d.ts

@@ -19,7 +19,6 @@ /// <reference types="node" />

y: string;
}): Promise<{
}): Promise<import("@cartridge/controller").Error | {
address: string;
deviceKey: string;
}>;
saveDeploy(hash: string): Promise<void>;
login(address: string, credentialId: string, options: {

@@ -26,0 +25,0 @@ rpId?: string;

@@ -42,7 +42,2 @@ "use strict";

}
saveDeploy(hash) {
return __awaiter(this, void 0, void 0, function* () {
return this.controller.saveDeploy(hash);
});
}
login(address, credentialId, options) {

@@ -49,0 +44,0 @@ return __awaiter(this, void 0, void 0, function* () {

{
"name": "@cartridge/connector",
"version": "0.2.19",
"version": "0.3.0",
"description": "Cartridge Controler Connector",

@@ -28,3 +28,3 @@ "main": "lib/index.js",

"dependencies": {
"@cartridge/controller": "0.2.19",
"@cartridge/controller": "0.3.0",
"@starknet-react/core": "^0.14.8",

@@ -31,0 +31,0 @@ "starknet": "^4.15.1"

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