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

egg-watcher

Package Overview
Dependencies
Maintainers
7
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-watcher - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

9

History.md
3.1.1 / 2020-03-26
==================
**fixes**
* [[`9ab2eed`](http://github.com/eggjs/egg-watcher/commit/9ab2eed055d4a036cc2926780d5d8107e37523b2)] - fix: spell error on watcher.js (#13) (zoomdong <<1344492820@qq.com>>)
**others**
* [[`ffd3720`](http://github.com/eggjs/egg-watcher/commit/ffd3720e03c94eec20f8f755a01978a0eee70814)] - chore: update travis (TZ | 天猪 <<atian25@qq.com>>)
3.1.0 / 2018-09-20

@@ -3,0 +12,0 @@ ==================

4

lib/watcher.js

@@ -73,3 +73,3 @@ 'use strict';

_onChange(info) {
this.emit('info', '[egg-watcher] Recieved a change event from eventSource: %j', info);
this.emit('info', '[egg-watcher] Received a change event from eventSource: %j', info);
const path = info.path;

@@ -86,3 +86,3 @@

_onFuzzyChange(info) {
this.emit('info', '[egg-watcher] Recieved a fuzzy-change event from eventSource: %j', info);
this.emit('info', '[egg-watcher] Received a fuzzy-change event from eventSource: %j', info);
const path = info.path;

@@ -89,0 +89,0 @@

{
"name": "egg-watcher",
"version": "3.1.0",
"version": "3.1.1",
"description": "file watcher plugin for egg",

@@ -5,0 +5,0 @@ "eggPlugin": {

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