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

bun

Package Overview
Dependencies
Maintainers
2
Versions
751
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.1.31 to 1.1.32

4

install.js

@@ -379,3 +379,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.1.31`],
["install", "--loglevel=error", "--prefer-offline", "--no-audit", "--progress=false", `${module2}@1.1.32`],
{

@@ -401,3 +401,3 @@ cwd,

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

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

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

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

"optionalDependencies": {
"@oven/bun-darwin-aarch64": "1.1.31",
"@oven/bun-darwin-x64": "1.1.31",
"@oven/bun-darwin-x64-baseline": "1.1.31",
"@oven/bun-linux-aarch64": "1.1.31",
"@oven/bun-linux-x64": "1.1.31",
"@oven/bun-linux-x64-baseline": "1.1.31",
"@oven/bun-windows-x64": "1.1.31",
"@oven/bun-windows-x64-baseline": "1.1.31"
"@oven/bun-darwin-aarch64": "1.1.32",
"@oven/bun-darwin-x64": "1.1.32",
"@oven/bun-darwin-x64-baseline": "1.1.32",
"@oven/bun-linux-aarch64": "1.1.32",
"@oven/bun-linux-x64": "1.1.32",
"@oven/bun-linux-x64-baseline": "1.1.32",
"@oven/bun-windows-x64": "1.1.32",
"@oven/bun-windows-x64-baseline": "1.1.32"
},

@@ -19,0 +19,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