Socket
Socket
Sign inDemoInstall

workerd

Package Overview
Dependencies
Maintainers
1
Versions
109
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 0.20231025.0 to 0.20231030.1

8

install.js

@@ -97,6 +97,6 @@ var __create = Object.create;

}
if (stdout !== `workerd ${"2023-10-25"}`) {
if (stdout !== `workerd ${"2023-10-30"}`) {
throw new Error(
`Expected ${JSON.stringify(
"2023-10-25"
"2023-10-30"
)} but got ${JSON.stringify(stdout)}`

@@ -157,3 +157,3 @@ );

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

@@ -205,3 +205,3 @@ );

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

@@ -208,0 +208,0 @@ try {

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

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

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

var node_path_default = binPath;
var compatibilityDate = "2023-10-25";
var version = "0.20231025.0";
var compatibilityDate = "2023-10-30";
var version = "0.20231030.1";
// Annotate the CommonJS export names for ESM import in node:

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

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

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

"optionalDependencies": {
"@cloudflare/workerd-darwin-arm64": "0.20231025.0",
"@cloudflare/workerd-darwin-64": "0.20231025.0",
"@cloudflare/workerd-linux-arm64": "0.20231025.0",
"@cloudflare/workerd-linux-64": "0.20231025.0",
"@cloudflare/workerd-windows-64": "0.20231025.0"
"@cloudflare/workerd-darwin-arm64": "0.20231030.1",
"@cloudflare/workerd-darwin-64": "0.20231030.1",
"@cloudflare/workerd-linux-arm64": "0.20231030.1",
"@cloudflare/workerd-linux-64": "0.20231030.1",
"@cloudflare/workerd-windows-64": "0.20231030.1"
},
"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