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 5.2.0 to 5.3.0-next.1574066682.2eff1fbf316a2e9f3a029f19bb275f7d1db614c3

4

HISTORY.md
# History
## v5.3.0 2019 November 18
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v5.2.0 2019 November 18

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

29

package.json
{
"name": "watchr",
"version": "5.2.0",
"version": "5.3.0-next.1574066682.2eff1fbf316a2e9f3a029f19bb275f7d1db614c3",
"description": "Better file system watching for Node.js",

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

"engines": {
"node": "8 || 10 || 12",
"browsers": false
"node": "8 || 10 || 12"
}

@@ -90,25 +89,25 @@ }

"dependencies": {
"eachr": "^3.3.0",
"extendr": "^3.5.0",
"ignorefs": "^1.3.0",
"safefs": "^5.1.0",
"scandirectory": "^4.1.0",
"taskgroup": "^6.1.0"
"eachr": "^4.1.0",
"extendr": "^4.0.0",
"ignorefs": "^2.0.0",
"safefs": "5.2.0",
"scandirectory": "^5.0.0",
"taskgroup": "6.2.0"
},
"devDependencies": {
"assert-helpers": "^5.3.0",
"assert-helpers": "5.4.0",
"bal-util": "^2.8.0",
"core-js": "^3.4.1",
"eslint": "^6.6.0",
"eslint-config-bevry": "^1.2.1",
"eslint-config-bevry": "^1.3.0",
"eslint-config-prettier": "^6.6.0",
"eslint-plugin-prettier": "^3.1.1",
"jsdoc": "^3.6.3",
"kava": "^3.2.0",
"kava": "4.1.0",
"minami": "^1.2.3",
"prettier": "^1.19.1",
"projectz": "^1.10.0",
"rimraf": "^3.0.0",
"projectz": "^1.11.0",
"rimraf": "3.0.0",
"surge": "^0.21.3",
"valid-directory": "^1.1.1"
"valid-directory": "^1.3.0"
},

@@ -115,0 +114,0 @@ "scripts": {

@@ -114,3 +114,2 @@ <!-- TITLE/ -->

// Listen to the events for the stalker/watcher
// http://rawgit.com/bevry/watchr/master/docs/index.html#watcher
stalker.on('change', listener)

@@ -124,3 +123,2 @@ stalker.on('log', console.log)

// Set the default configuration for the stalker/watcher
// http://rawgit.com/bevry/watchr/master/docs/index.html#Watcher%23setConfig
stalker.setConfig({

@@ -127,0 +125,0 @@ stat: null,

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