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 1.0.1-beta.7 to 1.0.1-beta.8

2

dist/edge-runtime.js

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

const vm_1 = require("@edge-runtime/vm");
const event_target_shim_1 = require("event-target-shim");
const version_1 = require("./version");

@@ -24,3 +23,2 @@ /**

var _a, _b;
context.Event = event_target_shim_1.Event;
return (_b = (_a = options === null || options === void 0 ? void 0 : options.extend) === null || _a === void 0 ? void 0 : _a.call(options, context)) !== null && _b !== void 0 ? _b : context;

@@ -27,0 +25,0 @@ },

2

dist/version.d.ts

@@ -1,1 +0,1 @@

export declare const VERSION = "1.0.1-beta.7";
export declare const VERSION = "1.0.1-beta.8";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = "1.0.1-beta.7";
exports.VERSION = "1.0.1-beta.8";
//# sourceMappingURL=version.js.map

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

"homepage": "https://edge-runtime.vercel.app/packages/runtime",
"version": "1.0.1-beta.7",
"version": "1.0.1-beta.8",
"main": "dist/index.js",

@@ -26,4 +26,3 @@ "bin": {

"@edge-runtime/format": "^1.0.0",
"@edge-runtime/vm": "^1.0.1-beta.7",
"event-target-shim": "6.0.2",
"@edge-runtime/vm": "^1.0.1-beta.8",
"exit-hook": "2.2.1",

@@ -66,3 +65,3 @@ "http-status": "~1.5.0",

"types": "dist/index.d.ts",
"gitHead": "1297e68cbe75ed1a20a41b79062886907f815988"
"gitHead": "b9488e923dc827ab253362fcfe4972966fa01299"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc