Socket
Socket
Sign inDemoInstall

@cartridge/connector

Package Overview
Dependencies
Maintainers
3
Versions
99
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.16 to 0.2.17

1

lib/index.d.ts

@@ -23,2 +23,3 @@ /// <reference types="node" />

}>;
saveDeploy(hash: string): Promise<void>;
login(address: string, credentialId: string, options: {

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

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

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

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

4

package.json
{
"name": "@cartridge/connector",
"version": "0.2.16",
"version": "0.2.17",
"description": "Cartridge Controler Connector",

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

"dependencies": {
"@cartridge/controller": "0.2.16",
"@cartridge/controller": "0.2.17",
"@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