chromecast-discover
Advanced tools
Comparing version 0.0.2 to 1.0.0
# 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 @@ |
{ | ||
"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", |
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
12
109
41
12581
12
2
1
Updatedmdns-js@^0.5.3