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

bun

Package Overview
Dependencies
Maintainers
0
Versions
857
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bun - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

4

install.js

@@ -421,3 +421,3 @@ // Source code: https://github.com/oven-sh/bun/blob/main/packages/bun-release/scripts/npm-postinstall.ts

"npm",
["install", "--loglevel=error", "--prefer-offline", "--no-audit", "--progress=false", `${module2}@1.2.1`],
["install", "--loglevel=error", "--prefer-offline", "--no-audit", "--progress=false", `${module2}@1.2.2`],
{

@@ -443,3 +443,3 @@ cwd,

return __async(this, null, function* () {
let tgz = yield (yield fetch(`https://registry.npmjs.org/@oven/${platform.bin}/-/${platform.bin}-1.2.1.tgz`)).arrayBuffer(), buffer;
let tgz = yield (yield fetch(`https://registry.npmjs.org/@oven/${platform.bin}/-/${platform.bin}-1.2.2.tgz`)).arrayBuffer(), buffer;
try {

@@ -446,0 +446,0 @@ buffer = (0, import_zlib.unzipSync)(tgz);

{
"name": "bun",
"description": "Bun is a fast all-in-one JavaScript runtime.",
"version": "1.2.1",
"version": "1.2.2",
"scripts": {

@@ -9,13 +9,13 @@ "postinstall": "node install.js"

"optionalDependencies": {
"@oven/bun-darwin-aarch64": "1.2.1",
"@oven/bun-darwin-x64": "1.2.1",
"@oven/bun-darwin-x64-baseline": "1.2.1",
"@oven/bun-linux-aarch64": "1.2.1",
"@oven/bun-linux-x64": "1.2.1",
"@oven/bun-linux-x64-baseline": "1.2.1",
"@oven/bun-linux-aarch64-musl": "1.2.1",
"@oven/bun-linux-x64-musl": "1.2.1",
"@oven/bun-linux-x64-musl-baseline": "1.2.1",
"@oven/bun-windows-x64": "1.2.1",
"@oven/bun-windows-x64-baseline": "1.2.1"
"@oven/bun-darwin-aarch64": "1.2.2",
"@oven/bun-darwin-x64": "1.2.2",
"@oven/bun-darwin-x64-baseline": "1.2.2",
"@oven/bun-linux-aarch64": "1.2.2",
"@oven/bun-linux-x64": "1.2.2",
"@oven/bun-linux-x64-baseline": "1.2.2",
"@oven/bun-linux-aarch64-musl": "1.2.2",
"@oven/bun-linux-x64-musl": "1.2.2",
"@oven/bun-linux-x64-musl-baseline": "1.2.2",
"@oven/bun-windows-x64": "1.2.2",
"@oven/bun-windows-x64-baseline": "1.2.2"
},

@@ -22,0 +22,0 @@ "bin": {

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