Socket
Socket
Sign inDemoInstall

franken

Package Overview
Dependencies
11
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    franken

NodeJS module for the Franken monitoring service.


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

franken

NodeJS module for the Franken monitoring service. Franken is not yet publically available, the application and this module are currently in development.

Getting Started

Install the module with: npm install franken

Documentation

(Coming soon)

Examples

NodeJS Application

var Franken = require('franken');

var franken = new Franken({
	applicationId: '', // your unique application ID from the Franken API
	publish: {
		key: '', // a publisher key from the Franken API used for authentication
		token: '' // the token that pairs with the key above
	}
}, 'sample-app');
franken.start(); // begin sending heartbeat every 5 seconds

Release History

0.0.1

  • ADDED: Added ability to enable/disable transmission from config. Useful for local/test environments

0.0.0

  • ADDED: Initial Release

License

Copyright (c) 2014 Inlight Media Licensed under the MIT license.

FAQs

Last updated on 20 May 2014

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