Socket
Socket
Sign inDemoInstall

castv2-client

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

castv2-client - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

package.json
{
"name": "castv2-client",
"version": "0.0.1",
"version": "0.0.2",
"description": "A Chromecast client based on the new (CASTV2) protocol",

@@ -23,2 +23,2 @@ "author": "thibauts",

]
}
}

@@ -45,4 +45,5 @@ castv2-client

var media = {
// Here you can plug an URL to any mp4, webm, mp3 or jpg file.
contentId: 'http://commondatastorage.googleapis.com/gtv-videos-bucket/big_buck_bunny_1080p.mp4'
// Here you can plug an URL to any mp4, webm, mp3 or jpg file with the proper contentType.
contentId: 'http://commondatastorage.googleapis.com/gtv-videos-bucket/big_buck_bunny_1080p.mp4',
contentType: 'video/mp4'
};

@@ -70,2 +71,2 @@

}
```
```
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