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

@magicbell/cli

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magicbell/cli - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

4

package.json
{
"name": "@magicbell/cli",
"version": "1.1.0",
"version": "1.2.0",
"description": "Work with MagicBell from the command line",

@@ -36,3 +36,3 @@ "author": "MagicBell <bot@magicbell.io> (https://magicbell.com)",

"clean": "rimraf dist",
"build": "run-s clean build:prod build:bin",
"build": "run-s clean build:prod",
"build:prod": "esbuild src/index.ts --bundle --outfile=dist/index.cjs --format=cjs --platform=node --tsconfig=tsconfig.build.json",

@@ -39,0 +39,0 @@ "build:bin": "pkg dist/index.cjs --public --public-packages '*' --no-bytecode -o 'dist/bin/magicbell' --targets node18-linux-x64,node18-linux-arm64,node18-macos-x64,node18-macos-arm64,node18-win-x64,node18-win-arm64",

@@ -23,2 +23,9 @@ # MagicBell CLI

or brew:
```shell
brew tap magicbell-io/magicbell
brew install magicbell-cli
```
## Usage

@@ -25,0 +32,0 @@

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