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

praat

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

praat

A simple, cross-platform NPM installer for Praat

latest
Source
npmnpm
Version
6.0.9
Version published
Maintainers
1
Created
Source

node-praat

A cross-platform NPM installer for Praat, for use in node.js programs. This package is aimed at developers/users of Praat scripts wishing to integrate them easily with Node.

How to install

npm install praat

Usage

var praat = require('praat');
var spawn = require('child_process').spawn;

spawn(praat, ['my_script.praat'], /* etc */);

System notes

On Windows and Linux, the installer will grab the appropriate Praat binary from the Praat website. Both 32-bit and 64-bit OSs are supported. Other OSs are currently not supported.

The installer does not ensure that Praat's own dependencies are installed (on Linux these are GTK, asound and libc >= 2.11 as the Praat website notes here).

On Windows, you get Praatcon (the console variant) rather than Praat (the GUI application).

Keywords

node

FAQs

Package last updated on 25 Nov 2015

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