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 1.20230115.0 to 1.20230215.0

8

install.js

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

}).toString().trim();
if (stdout !== `workerd ${"2023-01-15"}`) {
if (stdout !== `workerd ${"2023-02-15"}`) {
throw new Error(
`Expected ${JSON.stringify(
"2023-01-15"
"2023-02-15"
)} but got ${JSON.stringify(stdout)}`

@@ -135,3 +135,3 @@ );

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

@@ -182,3 +182,3 @@ );

async function downloadDirectlyFromNPM(pkg, subpath, binPath) {
const url = `https://registry.npmjs.org/${pkg}/-/${pkg}-${"1.20230115.0"}.tgz`;
const url = `https://registry.npmjs.org/${pkg}/-/${pkg}-${"1.20230215.0"}.tgz`;
console.error(`[workerd] Trying to download ${JSON.stringify(url)}`);

@@ -185,0 +185,0 @@ try {

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

"workerd",
`pnpapi-${pkg}-${"1.20230115.0"}-${import_path.default.basename(subpath)}`
`pnpapi-${pkg}-${"1.20230215.0"}-${import_path.default.basename(subpath)}`
);

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

var node_path_default = binPath;
var compatibilityDate = "2023-01-15";
var version = "1.20230115.0";
var compatibilityDate = "2023-02-15";
var version = "1.20230215.0";
// Annotate the CommonJS export names for ESM import in node:

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

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

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

"optionalDependencies": {
"@cloudflare/workerd-darwin-arm64": "1.20230115.0",
"@cloudflare/workerd-darwin-64": "1.20230115.0",
"@cloudflare/workerd-linux-arm64": "1.20230115.0",
"@cloudflare/workerd-linux-64": "1.20230115.0"
"@cloudflare/workerd-darwin-arm64": "1.20230215.0",
"@cloudflare/workerd-darwin-64": "1.20230215.0",
"@cloudflare/workerd-linux-arm64": "1.20230215.0",
"@cloudflare/workerd-linux-64": "1.20230215.0"
},
"license": "Apache-2.0"
}
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