Socket
Socket
Sign inDemoInstall

egg-alinode

Package Overview
Dependencies
122
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    egg-alinode

alinode plugin for egg


Version published
Weekly downloads
446
decreased by-37.71%
Maintainers
1
Install size
5.53 MB
Created
Weekly downloads
 

Readme

Source

egg-alinode

NPM version build status Test coverage David deps Known Vulnerabilities npm download

alinode plugin for egg.

Install

$ npm i egg-alinode

Usage

Enable this plugin

// config/plugin.js
exports.alinode = true;

Add appid and secret from http://alinode.aliyun.com/

// config/config.default.js
exports.alinode = {
  appid: '123',
  secret: 'my secret haha',
};

Start dispatch.js with NODE_LOG_DIR={logdir} and ENABLE_NODE_LOG=yes env:

$ ENABLE_NODE_LOG=yes NODE_LOG_DIR=/mylogdir/ alinode dispatch.js

Questions & Suggestions

Please open an issue here.

License

MIT

Keywords

FAQs

Last updated on 18 Jul 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc