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.3.14 to 0.3.15

1

lib/index.d.ts

@@ -35,3 +35,4 @@ /// <reference types="node" />

issueStarterPack(id: string): Promise<InvokeFunctionResponse>;
showQuests(gameId: string): Promise<void>;
}
export default ControllerConnector;

@@ -74,3 +74,8 @@ "use strict";

}
showQuests(gameId) {
return __awaiter(this, void 0, void 0, function* () {
return this.controller.showQuests(gameId);
});
}
}
exports.default = ControllerConnector;

4

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

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

"dependencies": {
"@cartridge/controller": "0.3.14",
"@cartridge/controller": "0.3.15",
"@starknet-react/core": "^0.14.8",

@@ -31,0 +31,0 @@ "starknet": "^4.17.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