New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bunshine

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bunshine - npm Package Compare versions

Comparing version 0.12.1 to 0.12.2

2

package.json
{
"name": "bunshine",
"version": "0.12.1",
"version": "0.12.2",
"module": "server/server.ts",

@@ -5,0 +5,0 @@ "type": "module",

@@ -1,7 +0,7 @@

<img alt="Bunshine Logo" src="https://github.com/kensnyder/bunshine/raw/main/assets/bunshine-logo.png?v=0.12.1" width="200" height="187" />
<img alt="Bunshine Logo" src="https://github.com/kensnyder/bunshine/raw/main/assets/bunshine-logo.png?v=0.12.2" width="200" height="187" />
[![NPM Link](https://img.shields.io/npm/v/bunshine?v=0.12.1)](https://npmjs.com/package/bunshine)
[![Dependencies](https://badgen.net/static/dependencies/3/green?v=0.12.1)](https://www.npmjs.com/package/bunshine?activeTab=dependencies)
![Test Coverage: 97%](https://badgen.net/static/test%20coverage/96%25/green?v=0.12.1)
[![ISC License](https://img.shields.io/npm/l/bunshine.svg?v=0.12.1)](https://opensource.org/licenses/ISC)
[![NPM Link](https://img.shields.io/npm/v/bunshine?v=0.12.2)](https://npmjs.com/package/bunshine)
[![Dependencies](https://badgen.net/static/dependencies/3/green?v=0.12.2)](https://www.npmjs.com/package/bunshine?activeTab=dependencies)
![Test Coverage: 97%](https://badgen.net/static/test%20coverage/96%25/green?v=0.12.2)
[![ISC License](https://img.shields.io/npm/l/bunshine.svg?v=0.12.2)](https://opensource.org/licenses/ISC)

@@ -8,0 +8,0 @@ # Bunshine

@@ -111,3 +111,3 @@ import type { ServeOptions, Server } from 'bun';

if (verbose) {
const server = Bun.env.COMPUTERNAME || os.hostname();
const server = os.hostname();
const mode = Bun.env.NODE_ENV || 'production';

@@ -114,0 +114,0 @@ const took = Math.round(performance.now());

@@ -6,3 +6,3 @@ import os from 'os';

const machine = Bun.env.COMPUTERNAME || os.hostname();
const machine = os.hostname();
const runtime = process.versions.bun

@@ -9,0 +9,0 @@ ? `Bun v${process.versions.bun}`

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