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

@callstack/byorg-utils

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@callstack/byorg-utils - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

6

CHANGELOG.md
# @callstack/byorg-utils
## 0.7.0
### Patch Changes
- d6b3e3a: core: reduce some of the startup logs severity to debug
## 0.6.0

@@ -4,0 +10,0 @@

4

dist/esm/index.js

@@ -115,8 +115,6 @@ // The require scope

;// CONCATENATED MODULE: ./src/env.ts
function requireEnv(key) {
const value = process.env[key];
if (!value) {
logger_error(`Missing environment variable: ${key}`);
process.exit(1);
throw new Error(`Missing environment variable: ${key}`);
}

@@ -123,0 +121,0 @@ return value;

{
"name": "@callstack/byorg-utils",
"version": "0.6.0",
"version": "0.7.0",
"type": "module",

@@ -5,0 +5,0 @@ "license": "MIT",

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