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

workerd

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workerd - npm Package Compare versions

Comparing version 1.20241106.1 to 1.20241106.2

4

install.js

@@ -155,3 +155,3 @@ var __create = Object.create;

import_child_process.default.execSync(
`npm install --loglevel=error --prefer-offline --no-audit --progress=false ${pkg}@${"1.20241106.1"}`,
`npm install --loglevel=error --prefer-offline --no-audit --progress=false ${pkg}@${"1.20241106.2"}`,
{ cwd: installDir, stdio: "pipe", env }

@@ -201,3 +201,3 @@ );

const unscopedPkg = pkg.substring(pkg.indexOf("/") + 1);
const url = `https://registry.npmjs.org/${pkg}/-/${unscopedPkg}-${"1.20241106.1"}.tgz`;
const url = `https://registry.npmjs.org/${pkg}/-/${unscopedPkg}-${"1.20241106.2"}.tgz`;
console.error(`[workerd] Trying to download ${JSON.stringify(url)}`);

@@ -204,0 +204,0 @@ try {

@@ -139,3 +139,3 @@ #!/usr/bin/env node

"workerd",
`pnpapi-${pkg.replace("/", "-")}-${"1.20241106.1"}-${import_path.default.basename(subpath)}`
`pnpapi-${pkg.replace("/", "-")}-${"1.20241106.2"}-${import_path.default.basename(subpath)}`
);

@@ -156,3 +156,3 @@ if (!import_fs.default.existsSync(binTargetPath)) {

var compatibilityDate = "2024-11-06";
var version = "1.20241106.1";
var version = "1.20241106.2";
// Annotate the CommonJS export names for ESM import in node:

@@ -159,0 +159,0 @@ 0 && (module.exports = {

{
"name": "workerd",
"version": "1.20241106.1",
"version": "1.20241106.2",
"description": "👷 workerd, Cloudflare's JavaScript/Wasm Runtime",

@@ -17,9 +17,9 @@ "repository": "https://github.com/cloudflare/workerd",

"optionalDependencies": {
"@cloudflare/workerd-darwin-arm64": "1.20241106.1",
"@cloudflare/workerd-darwin-64": "1.20241106.1",
"@cloudflare/workerd-linux-arm64": "1.20241106.1",
"@cloudflare/workerd-linux-64": "1.20241106.1",
"@cloudflare/workerd-windows-64": "1.20241106.1"
"@cloudflare/workerd-darwin-arm64": "1.20241106.2",
"@cloudflare/workerd-darwin-64": "1.20241106.2",
"@cloudflare/workerd-linux-arm64": "1.20241106.2",
"@cloudflare/workerd-linux-64": "1.20241106.2",
"@cloudflare/workerd-windows-64": "1.20241106.2"
},
"license": "Apache-2.0"
}

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