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

@auto-canary/brew

Package Overview
Dependencies
Maintainers
2
Versions
870
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auto-canary/brew - npm Package Compare versions

Comparing version 9.23.0-canary.1099.14367.0 to 9.23.1-canary.undefined.14406.0

CHANGELOG.md

2

dist/index.js

@@ -48,3 +48,3 @@ "use strict";

try {
const { executable, name, formula = "formula.template" } = config;
const { executable, name, formula = "formula-template.rb" } = config;
const version = await auto.git.getLatestTagInBranch();

@@ -51,0 +51,0 @@ const sha = child_process_1.execSync(`shasum --algorithm 256 ${executable}`, {

{
"name": "@auto-canary/brew",
"version": "9.23.0-canary.1099.14367.0",
"version": "9.23.1-canary.undefined.14406.0",
"main": "dist/index.js",

@@ -39,3 +39,3 @@ "description": "Automate the creation of Homebrew formulae.",

"dependencies": {
"@auto-canary/core": "9.23.0-canary.1099.14367.0",
"@auto-canary/core": "9.23.1-canary.undefined.14406.0",
"fp-ts": "^2.5.3",

@@ -45,3 +45,3 @@ "io-ts": "^2.1.2",

},
"gitHead": "b1def3ffafabf57bfd5591cbc1c47297169beb88"
"gitHead": "db46d7d28337dcf5f97c044295d0f955b171d734"
}

@@ -22,3 +22,7 @@ # Brew Plugin

```jsonc
- `executable` - REQUIRED: The executable to create a formula for
- `name` - REQUIRED: The name of the formula to create
- `formula` - A path to the formula template. Default is './formula-template.rb'
```json
{

@@ -29,11 +33,7 @@ "plugins": [

{
// REQUIRED: The executable to create a formula for
"executable": "path/to/some/executable",
// REQUIRED: The name of the formula to create
"name": "name-of-formula",
// Optional: A path to the formula template. Default is './formula-template.rb'
"formula": "path/to/formula/template"
}
]
// other plugins
]

@@ -77,3 +77,3 @@ }

```jsonc
```json
{

@@ -80,0 +80,0 @@ "plugins": [

Sorry, the diff of this file is not supported yet

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