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.3.3 to 2.4.0

dist/version.d.ts

6

dist/cli/repl.js

@@ -9,4 +9,4 @@ "use strict";

const repl_1 = __importDefault(require("repl"));
const os_1 = require("os");
const path_1 = require("path");
// import { homedir } from 'os'
// import { join } from 'path'
const edge_runtime_1 = require("../edge-runtime");

@@ -19,3 +19,3 @@ const format = (0, format_1.createFormat)();

exports.repl = repl;
repl.setupHistory((0, path_1.join)((0, os_1.homedir)(), '.edge_runtime_repl_history'), () => { });
repl.setupHistory('.edge_repl_history', () => { });
Object.getOwnPropertyNames(repl.context).forEach((mod) => delete repl.context[mod]);

@@ -22,0 +22,0 @@ const runtime = new edge_runtime_1.EdgeRuntime();

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

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

@@ -8,0 +8,0 @@ "bin": {

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