Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

watchr

Package Overview
Dependencies
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

watchr - npm Package Compare versions

Comparing version 6.4.0 to 6.5.0-next.1595455383.12313ba33b987def3e3df6ec490472bc9b5285f7

4

HISTORY.md
# History
## v6.5.0 2020 July 23
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v6.4.0 2020 June 25

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

46

package.json
{
"name": "watchr",
"version": "6.4.0",
"version": "6.5.0-next.1595455383.12313ba33b987def3e3df6ec490472bc9b5285f7",
"description": "Better file system watching for Node.js",

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

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

@@ -99,24 +99,24 @@ "entry": "index.js",

"eachr": "^4.5.0",
"extendr": "^5.10.0",
"ignorefs": "^3.9.0",
"safefs": "^6.9.0",
"scandirectory": "6.8.0",
"taskgroup": "7.12.0"
"extendr": "^5.12.0",
"ignorefs": "^3.10.0",
"safefs": "^6.10.0",
"scandirectory": "^6.10.0",
"taskgroup": "^7.13.0"
},
"devDependencies": {
"@bevry/update-contributors": "^1.13.0",
"assert-helpers": "^6.13.0",
"@bevry/update-contributors": "^1.14.0",
"assert-helpers": "^6.18.0",
"bal-util": "^2.8.0",
"core-js": "^3.6.5",
"eslint": "^7.3.1",
"eslint-config-bevry": "^3.13.0",
"eslint": "^7.5.0",
"eslint-config-bevry": "^3.17.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"jsdoc": "^3.6.4",
"kava": "^5.8.0",
"kava": "^5.9.0",
"prettier": "^2.0.5",
"projectz": "^2.11.0",
"projectz": "^2.12.0",
"rimraf": "^3.0.2",
"surge": "^0.21.3",
"valid-directory": "^2.6.0"
"surge": "^0.21.6",
"valid-directory": "^2.7.0"
},

@@ -127,17 +127,17 @@ "scripts": {

"our:deploy": "echo no need for this project",
"our:meta": "yarn run our:meta:contributors && yarn run our:meta:docs && yarn run our:meta:projectz",
"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",
"our:meta:contributors": "update-contributors",
"our:meta:docs": "yarn run our:meta:docs:jsdoc",
"our:meta:docs": "npm run our:meta:docs:jsdoc",
"our:meta:docs:jsdoc": "rm -Rf ./docs && jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -Rf ./docs/$npm_package_name/$npm_package_version",
"our:meta:projectz": "projectz compile",
"our:release": "yarn run our:release:prepare && yarn run our:release:check-changelog && yarn run our:release:check-dirty && yarn run our:release:tag && yarn run our:release:push",
"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
"our:release:check-dirty": "git diff --exit-code",
"our:release:prepare": "yarn run our:clean && yarn run our:compile && yarn run our:test && yarn run our:meta",
"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: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\"",
"our:setup": "yarn run our:setup:install",
"our:setup:install": "/usr/local/bin/yarn install --ignore-engines",
"our:test": "yarn run our:verify && yarn test",
"our:verify": "yarn run our:verify:directory && yarn run our:verify:eslint && yarn run our:verify:prettier",
"our:setup": "npm run our:setup:install",
"our:setup:install": "npm install",
"our:test": "npm run our:verify && npm test",
"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
"our:verify:directory": "valid-directory",

@@ -144,0 +144,0 @@ "our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",

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

<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> 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 || 13 || 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>

@@ -133,0 +133,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc