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

freedom-for-node

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

freedom-for-node

Embracing a distributed web

  • 0.0.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
14
decreased by-65%
Maintainers
1
Weekly downloads
 
Created
Source

freedom-for-node

A freedom.js Distribution for inclusion by Node.js.

Installation

npm install --save freedom-for-node

Running

Creating a freedom.js application from node is slightly different from within a browser. We follow the node conventions of using require to separate namespaces, and spawn child processes to allow dropping of privileges of potentially untrusted code.

var app = require('freedom-for-node').freedom('path/to/module.json');
app.on('event', function(data) {
	// Do things.
});
app.emit('message', 'my Message');

FAQs

Package last updated on 12 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