Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

franken

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

franken

NodeJS module for the Franken monitoring service.

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 20 May 2014

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc