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
6
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 0.0.2 to 1.0.0

4

agent.js

@@ -24,4 +24,4 @@ 'use strict';

} catch (e) {
throw new Error(`useEventSource error, please make sure that the
related event source type(${type}) is implemented, ${e.stack}`);
// event source of type should be implemented
// won't throw error any way, allow other plugin implement.
}

@@ -28,0 +28,0 @@

0.0.2 / 2016-07-16
1.0.0 / 2016-07-20
==================
* first commit
* Initial commit
{
"name": "egg-watcher",
"version": "0.0.2",
"version": "1.0.0",
"description": "file watcher plugin for egg",

@@ -27,5 +27,7 @@ "eggPlugin": {

"devDependencies": {
"autod": "^2.6.1",
"egg-bin": "^1.0.2",
"egg-ci": "^1.0.2",
"autod": "2",
"egg": "*",
"egg-bin": "1",
"egg-ci": "1",
"egg-mock": "*",
"eslint": "3",

@@ -32,0 +34,0 @@ "eslint-config-egg": "3",

# egg-watcher
Watcher plugin for egg
File watcher plugin for egg

@@ -4,0 +4,0 @@ [![NPM version][npm-image]][npm-url]

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