Socket
Socket
Sign inDemoInstall

install-artifact-from-github

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

install-artifact-from-github - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"name": "install-artifact-from-github",
"version": "1.1.2",
"version": "1.1.3",
"description": "Create binary artifacts hosted by github and install them without compiling.",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/uhop/install-artifact-from-github",

@@ -9,3 +9,3 @@ # install-artifact-from-github [![NPM version][npm-img]][npm-url]

* [save-to-github-cache](./Saving) saves a binary artifact to a Github release according to the platform, architecture, and Node ABI.
* Designed to use with [GitHub actions](https://github.com/features/actions).
* Designed to be used with [GitHub actions](https://github.com/features/actions).
* [install-from-cache](./Installing) retrieves a previously saved artifact, tests if it works properly, and rebuilds a project from sources in the case of failure.

@@ -38,3 +38,3 @@

// creates an artifact (from save-artifact-to-github)
// saves an artifact
"save-to-github": "save-to-github-cache --artifact build/Release/ABC.node",

@@ -62,2 +62,3 @@

- 1.1.3 *technical release: updated docs.*
- 1.1.2 *technical release: updated docs.*

@@ -64,0 +65,0 @@ - 1.1.1 *numerous bugfixes to please Github REST API.*

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