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

cosplay-pi-device-hub-client

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cosplay-pi-device-hub-client - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

3

dist/execute-device-session-command.js

@@ -14,2 +14,5 @@ "use strict";

}
catch (e) {
console.log(e);
}
finally {

@@ -16,0 +19,0 @@ await (0, cosplay_pi_hub_backend_client_1.onDeviceSessionCommandFinished)({

3

dist/main.js

@@ -5,2 +5,3 @@ "use strict";

const create_and_verify_device_session_1 = require("./create-and-verify-device-session");
const env_1 = require("./env");
const execute_device_session_command_1 = require("./execute-device-session-command");

@@ -13,3 +14,3 @@ const fetch_device_runtime_state_1 = require("./fetch-device-runtime-state");

(0, cosplay_pi_hub_backend_client_1.setHubBackendClientConfig)({
hubBackendUrl: `http://localhost:4000`,
hubBackendUrl: env_1.hubBackendUrl,
});

@@ -16,0 +17,0 @@ (async () => {

{
"name": "cosplay-pi-device-hub-client",
"version": "1.2.0",
"version": "1.2.1",
"files": [

@@ -17,6 +17,6 @@ "dist",

"yargs": "^17.0.0",
"cosplay-pi-hub-backend-client": "1.1.1",
"cosplay-pi-device-runtime-client": "1.0.0",
"cosplay-pi-ts-core": "1.0.0",
"cosplay-pi-hub-backend-protocol": "1.2.0",
"cosplay-pi-ts-core": "1.0.0",
"cosplay-pi-device-runtime-client": "1.0.0"
"cosplay-pi-hub-backend-client": "1.1.1"
},

@@ -23,0 +23,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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