Socket
Socket
Sign inDemoInstall

edge-runtime

Package Overview
Dependencies
12
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.2 to 2.4.3

4

dist/cli/repl.js

@@ -12,2 +12,3 @@ "use strict";

const edge_runtime_1 = require("../edge-runtime");
const [NODE_MAJOR] = process.versions.node.split('.').map((v) => Number(v));
const format = (0, format_1.createFormat)();

@@ -31,4 +32,3 @@ const writer = (output) => {

});
const nodeMajorVersion = parseInt(process.versions.node.split('.')[0]);
if (nodeMajorVersion < 16) {
if (NODE_MAJOR < 16) {
repl.context.util = {

@@ -35,0 +35,0 @@ inspect: (...args) => {

@@ -5,3 +5,3 @@ {

"homepage": "https://edge-runtime.vercel.app/packages/runtime",
"version": "2.4.2",
"version": "2.4.3",
"main": "dist/index.js",

@@ -36,3 +36,3 @@ "bin": {

"@edge-runtime/format": "2.1.0",
"@edge-runtime/vm": "3.0.2"
"@edge-runtime/vm": "3.0.3"
},

@@ -39,0 +39,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc