New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

chromecast-discover

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

chromecast-discover - npm Package Compare versions

Comparing version 0.0.2 to 1.0.0

.babelrc

6

CHANGELOG.md
# Changelog
## 0.0.3 - 2017-01-26
* Convert to ES6 (@johnf)
* Fix API so as to not miss packets (@johnf)
* Add `streaming` and `appName` mappings (@johnf)
## 0.0.2 - 2016-07-19

@@ -4,0 +10,0 @@

26

package.json
{
"name": "chromecast-discover",
"version": "0.0.2",
"version": "1.0.0",
"description": "Discover Chromecasts via mdns",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"build": "webpack -p",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"debug": "^2.2.0",
"mdns-js": "^0.5.0"
"mdns-js": "^0.5.3"
},
"devDependencies": {},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-latest": "^6.22.0",
"eslint": "^3.14.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"json-loader": "^0.5.4",
"path": "^0.12.7",
"webpack": "^1.14.0"
},
"repository": {

@@ -12,0 +30,0 @@ "type": "git",

5

README.md

@@ -23,2 +23,5 @@ # Chromecast Discover

});
// Start querying
chromecastDiscover.start()
```

@@ -30,3 +33,3 @@

To release a new version, update the version number in `package.json`, and then run `npm version major|minor`, which will create a git tag for the version, push git commits and tags. Finally run `npm publish` ro push the modulfe file to [npmjs.com](https://npmjs.com).
To release a new version, update the version number in `package.json`, and then run `npm version major|minor`, which will create a git tag for the version, push git commits and tags. Finally run `npm publish` to push the module file to [npmjs.com](https://npmjs.com).

@@ -33,0 +36,0 @@ ## Contributing

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