Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

shaka-packager-static

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shaka-packager-static

Shaka Packager static binaries for Mac OSX, Linux and Windows

  • 2.6.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

shaka-packager-static

Build Status

Shaka Packager static binaries for Mac OSX, Linux and Windows.

Supports macOS (64-bit), Linux (64-bit) and Windows (64-bit). The current shaka-packager version is 2.6.1.

Note: The version of shaka-packager-static follows SemVer. When releasing new versions, we do not consider breaking changes in shaka-packager itself, but only the JS interface (see below). To stop shaka-packager-static from breaking your code by getting updated, lock the version down or use a lockfile.

Installation

This module is installed via npm:

$ npm install shaka-packager-static

Example Usage

Returns the path of a statically linked packager binary on the local filesystem.

var packager = require('shaka-packager-static');
console.log(packager.path);
// /home/feedsbrain/workspaces/cool-project/node_modules/shaka-packager-static/bin/linux/x64/packager

Sources of the binaries

The build script downloads binaries from Shaka Packager Releases

Building the project

Run npm run build to build the project

Keywords

FAQs

Package last updated on 09 May 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc