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

detect_flake

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detect_flake - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

12

binary.js

@@ -14,3 +14,3 @@ const { Binary } = require("binary-install");

const name = "detect_flake";
const artifact_download_url = "https://github.com/aqrln/detect_flake/releases/download/v0.5.5";
const artifact_download_url = "https://github.com/aqrln/detect_flake/releases/download/v0.5.6";

@@ -26,2 +26,12 @@ const builder_glibc_major_version = 2;

},
"aarch64-unknown-linux-gnu": {
"artifact_name": "detect_flake-aarch64-unknown-linux-gnu.tar.gz",
"bins": ["detect_flake"],
"zip_ext": ".tar.gz"
},
"aarch64-unknown-linux-musl": {
"artifact_name": "detect_flake-aarch64-unknown-linux-musl.tar.gz",
"bins": ["detect_flake"],
"zip_ext": ".tar.gz"
},
"x86_64-apple-darwin": {

@@ -28,0 +38,0 @@ "artifact_name": "detect_flake-x86_64-apple-darwin.tar.gz",

4

npm-shrinkwrap.json
{
"name": "detect_flake",
"version": "0.5.5",
"version": "0.5.6",
"lockfileVersion": 3,

@@ -9,3 +9,3 @@ "requires": true,

"name": "detect_flake",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT OR Apache-2.0",

@@ -12,0 +12,0 @@ "hasInstallScript": true,

{
"name": "detect_flake",
"version": "0.5.5",
"version": "0.5.6",
"description": "Run many instances of the same command in parallel to find abnormal behavior or check if a test is flaky",

@@ -5,0 +5,0 @@ "repository": "https://github.com/aqrln/detect_flake",

@@ -7,2 +7,8 @@ # detect_flake

See the [GitHub Releases](https://github.com/aqrln/detect_flake/releases) for installation scripts and pre-built binaries.
You can also use one of the following package managers.
### Install using cargo
```sh

@@ -12,2 +18,24 @@ cargo install detect_flake

### Install using npm
```sh
npm install detect_flake
```
### Install using Homebrew
```sh
brew install aqrln/homebrew-tap/detect_flake
```
(macOS only, Homebrew on Linux is not supported)
### Install using Nix
```sh
nix profile install github:aqrln/detect_flake
```
(or run it right away without installing with `nix run github:aqrln/detect_flake -- <ARGUMENTS>`)
## Usage

@@ -14,0 +42,0 @@

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