🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

node-silk

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

node-silk

silk codec bindings for Node.js

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
11
57.14%
Maintainers
1
Weekly downloads
 
Created
Source

node-silk

npm version dm

silk codec bindings for Node.js

Install:

# npm i node-silk

Usage:

const fs = require("fs")
const { pcm2slk } = require("node-silk")
const pcmbuf = fs.readFileSync("/tmp/test.pcm")
const slkbuf = pcm2slk(pcmbuf)

Keywords

silk

FAQs

Package last updated on 30 Apr 2022

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