New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

simple-binary-install

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-binary-install

Facilitates distributing gzipped binary tarballs from npm.

  • 0.1.0
  • unpublished
  • npm
  • Socket score

Version published
Weekly downloads
445
decreased by-36.43%
Maintainers
1
Weekly downloads
 
Created
Source

🦀 simple-binary-install

This package is published to npm as simple-binary-install and provides convenience functions for distributing binaries via npm.

Maintenance

This project has been built for my needs, but issues or PRs can be opened if issues are found.

CI

This repository contains a few GitHub Actions workflows that help to automate code quality in this repository.

Lints

We use biome to format the JS in this package. CI will run npm run fmt:check to make sure everything is in line. Before pushing up changes on a branch, you should make sure to run npm run fmt from the root of the repository to make sure that this check does not fail.

Tests

We use jest to run a few tests in binary-install. You can run npm test from the root of the repository to run these tests locally.

Release

We currently publish binary-install manually from the command line, but example-binary packages are published with the release_rust GitHub Actions workflow. Running git tag -a 'rust_v1.0.0' -m 'rust_v1.0.0' && git push --tags will kick this workflow off.

Keywords

FAQs

Package last updated on 17 Dec 2023

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