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

biome

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

biome - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

2

dist/index.js

@@ -89,3 +89,3 @@ #!/usr/bin/env node

// ----------------------------------------------------------------------------
_commander2.default.command('edit [project]').description("Open $EDITOR with the project's associated environment variables.").action(project => {
_commander2.default.command('edit <project>').description("Open $EDITOR with the project's associated environment variables.").action(project => {
(0, _edit2.default)(project).catch(console.error.bind(console));

@@ -92,0 +92,0 @@ });

{
"name": "biome",
"version": "0.3.2",
"version": "0.3.3",
"description": "A simple way to manage environment variables on a per-project basis",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -71,3 +71,3 @@ #!/usr/bin/env node

program
.command('edit [project]')
.command('edit <project>')
.description("Open $EDITOR with the project's associated environment variables.")

@@ -74,0 +74,0 @@ .action(project => {

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