Socket
Socket
Sign inDemoInstall

watchr

Package Overview
Dependencies
15
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.9.0 to 6.10.0-next.1627434539.e60bac757745cc63aba8035dd2a734d64d5bf127

4

HISTORY.md
# History
## v6.10.0 2021 July 28
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v6.9.0 2020 October 29

@@ -4,0 +8,0 @@

2

LICENSE.md

@@ -19,3 +19,3 @@ <!-- LICENSEFILE/ -->

The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

@@ -22,0 +22,0 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

{
"name": "watchr",
"version": "6.9.0",
"version": "6.10.0-next.1627434539.e60bac757745cc63aba8035dd2a734d64d5bf127",
"description": "Better file system watching for Node.js",

@@ -20,3 +20,3 @@ "homepage": "https://github.com/bevry/watchr",

"list": [
"travisci",
"githubworkflow",
"npmversion",

@@ -38,2 +38,3 @@ "npmdownloads",

"config": {
"githubWorkflow": "bevry",
"githubSponsorsUsername": "balupton",

@@ -48,3 +49,2 @@ "buymeacoffeeUsername": "balupton",

"wishlistURL": "https://bevry.me/wishlist",
"travisTLD": "com",
"githubUsername": "bevry",

@@ -70,3 +70,3 @@ "githubRepository": "watchr",

"Robson Roberto Souza Peixoto <robsonpeixoto@gmail.com> (https://github.com/robsonpeixoto)",
"Stuart Knightley (https://github.com/Stuk)"
"Stuart Knightley <stuart@stuartk.com> (https://github.com/Stuk)"
],

@@ -85,3 +85,3 @@ "bugs": {

{
"description": "ESNext source code for Node.js 10 || 12 || 14 || 15 with Require for modules",
"description": "ESNext source code for Node.js 10 || 12 || 14 with Require for modules",
"directory": "source",

@@ -96,3 +96,3 @@ "entry": "index.js",

"engines": {
"node": "10 || 12 || 14 || 15"
"node": "10 || 12 || 14"
}

@@ -105,4 +105,4 @@ }

"eachr": "^4.5.0",
"extendr": "^5.16.0",
"ignorefs": "^3.14.0",
"extendr": "^5.17.0",
"ignorefs": "^3.15.0",
"safefs": "^6.14.0",

@@ -114,16 +114,16 @@ "scandirectory": "^6.14.0",

"@bevry/update-contributors": "^1.18.0",
"assert-helpers": "^8.1.0",
"assert-helpers": "^8.2.0",
"bal-util": "^2.8.0",
"core-js": "^3.6.5",
"eslint": "^7.12.1",
"core-js": "^3.15.2",
"eslint": "^7.31.0",
"eslint-config-bevry": "^3.23.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"jsdoc": "^3.6.6",
"kava": "^5.13.0",
"prettier": "^2.1.2",
"projectz": "^2.17.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"jsdoc": "^3.6.7",
"kava": "^5.14.0",
"prettier": "^2.3.2",
"projectz": "^2.18.0",
"rimraf": "^3.0.2",
"surge": "^0.21.6",
"valid-directory": "^3.5.0"
"surge": "^0.23.0",
"valid-directory": "^3.7.0"
},

@@ -143,3 +143,3 @@ "scripts": {

"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
"our:release:push": "git push origin master && git push origin --tags",
"our:release:push": "git push origin && git push origin --tags",
"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",

@@ -146,0 +146,0 @@ "our:setup": "npm run our:setup:install",

@@ -10,3 +10,3 @@ <!-- TITLE/ -->

<span class="badge-travisci"><a href="http://travis-ci.com/bevry/watchr" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/com/bevry/watchr/master.svg" alt="Travis CI Build Status" /></a></span>
<span class="badge-githubworkflow"><a href="https://github.com/bevry/watchr/actions?query=workflow%3Abevry" title="View the status of this project's GitHub Workflow: bevry"><img src="https://github.com/bevry/watchr/workflows/bevry/badge.svg" alt="Status of the GitHub Workflow: bevry" /></a></span>
<span class="badge-npmversion"><a href="https://npmjs.org/package/watchr" title="View this project on NPM"><img src="https://img.shields.io/npm/v/watchr.svg" alt="NPM version" /></a></span>

@@ -131,3 +131,3 @@ <span class="badge-npmdownloads"><a href="https://npmjs.org/package/watchr" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/watchr.svg" alt="NPM downloads" /></a></span>

<ul><li><code>watchr</code> aliases <code>watchr/source/index.js</code></li>
<li><code>watchr/source/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> source code for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 10 || 12 || 14 || 15 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li></ul>
<li><code>watchr/source/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> source code for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 10 || 12 || 14 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li></ul>

@@ -134,0 +134,0 @@ <h3><a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a></h3>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc