node-private

Utility for associating truly private state with any JavaScript object
  https://github.com/benjamn/private
  0
  no reviews



A general-purpose utility for associating truly private state with any JavaScript object : only code that has references both to the object and an associated getSecret object can access to the private state.

Node.js is an event-based server-side JavaScript engine.