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.0 to 0.3.1

2

dist/init.js

@@ -66,3 +66,3 @@ 'use strict';

}).then(biomefile => {
project = biomefile.project || project;
project = biomefile.name || project;

@@ -69,0 +69,0 @@ if (project.length === 0) {

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

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

@@ -36,3 +36,3 @@ import fs from 'fs-promise';

}).then(biomefile => {
project = biomefile.project || project;
project = biomefile.name || project;

@@ -39,0 +39,0 @@ if (project.length === 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