Socket
Socket
Sign inDemoInstall

activetick-addon

Package Overview
Dependencies
46
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    activetick-addon

activetick.com c++ addon for node


Version published
Weekly downloads
17
decreased by-5.56%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Node.js Bindings for activetick.com C++ SDK

  • Uses protocol buffers internally between C++ and Javascript
  • Node.js portion is written in IcedCoffeeScript in /iced compiled js in /js
  • Requires Node 0.12.7 - OS X or Ubuntu Linux (almost version independent w/ Node-NaN)

Usage OS X

  • Install dependencies:
    • npm install -g node-gyp
    • brew install protobuf pkg-config

Usage Ubuntu

  • sudo apt-get install libprotobuf-dev protobuf-compiler pkg-config

To-Do

  • Support every API method (a few are missing)
  • Memory Management
    • CPP: delete *pointer;
  • Finish NaN abstractions

FAQs

Last updated on 27 Sep 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