Socket
Socket
Sign inDemoInstall

castv2

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

castv2 - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

LICENSE

4

package.json
{
"name": "castv2",
"version": "0.1.4",
"version": "0.1.5",
"description": "An implementation of the Chromecast CASTV2 protocol",

@@ -9,3 +9,3 @@ "author": "thibauts",

"dependencies": {
"debug": "~0.8.1",
"debug": "~1.0.1",
"protobufjs": "^3.2.2"

@@ -12,0 +12,0 @@ },

@@ -165,3 +165,3 @@ castv2

First the sender sends a *challenge* message to the platform receiver `receiver-0` which responds by either a *response* message containing a signature and a certificate or an *error* message. These 3 payloads are protocol buffers encoded and described in `cast_channel.proto` as follows :
First the sender sends a *challenge* message to the platform receiver `receiver-0` which responds by either a *response* message containing a signature, certificate and a variable number of certificate authority certificates that the sent certificate is verified against or an *error* message. These 3 payloads are protocol buffers encoded and described in `cast_channel.proto` as follows :

@@ -175,2 +175,3 @@ ```protobuf

required bytes client_auth_certificate = 2;
repeated bytes client_ca = 3;
}

@@ -252,1 +253,5 @@

Contributors
------------
* [jamiees2](https://github.com/jamiees2) (James Sigurðarson)

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