New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

protodefc-prebuilt

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

protodefc-prebuilt

A prebuilt set of bindings to protodefc

unpublished
latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

protodefc-prebuilt Build Status Build status

Automatic protodefc builds for multiple platforms (for use with a FFI)

Usage

Note: ProtoDefc only supports JavaScript and expirimental Python at the moment

With whatever language you use to call these (go to the releases), just load download the binary for your system and load it

JavaScript:

var compile = require('protodefc-prebuilt');
var javascript_output = compile('your_pds_contents')

Ruby:

require 'ffi'

module ProtoDefc
  extend FFI::Library
  ffi_lib 'protodefc'
  attach_function :compile, [ :string ], :string
end

javascript_output = ProtoDefc.compile('your_pds_contents')

FAQs

Package last updated on 30 Jun 2017

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