Socket
Socket
Sign inDemoInstall

@edge-runtime/vm

Package Overview
Dependencies
1
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.3 to 3.1.4

2

dist/edge-vm.d.ts

@@ -52,2 +52,4 @@ import type * as EdgePrimitives from '@edge-runtime/primitives';

Response: typeof EdgePrimitives.Response;
setTimeout: typeof EdgePrimitives.setTimeout;
setInterval: typeof EdgePrimitives.setInterval;
structuredClone: typeof EdgePrimitives.structuredClone;

@@ -54,0 +56,0 @@ SubtleCrypto: typeof EdgePrimitives.SubtleCrypto;

5

dist/edge-vm.js

@@ -236,4 +236,2 @@ "use strict";

defineProperty(context, 'clearTimeout', { value: clearTimeout });
defineProperty(context, 'setInterval', { value: setInterval });
defineProperty(context, 'setTimeout', { value: setTimeout });
defineProperty(context, 'queueMicrotask', { value: queueMicrotask });

@@ -294,2 +292,5 @@ defineProperty(context, 'EdgeRuntime', { value: 'edge-runtime' });

'console',
// Timers
'setTimeout',
'setInterval',
],

@@ -296,0 +297,0 @@ });

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

"homepage": "https://edge-runtime.vercel.app/packages/vm",
"version": "3.1.3",
"version": "3.1.4",
"main": "dist/index.js",

@@ -38,11 +38,11 @@ "repository": {

"dependencies": {
"@edge-runtime/primitives": "4.0.1"
"@edge-runtime/primitives": "4.0.2"
},
"devDependencies": {
"@types/multer": "1.4.7",
"@types/multer": "1.4.8",
"@types/test-listen": "1.1.0",
"@types/ws": "8.5.5",
"@types/ws": "8.5.6",
"multer": "1.4.5-lts.1",
"test-listen": "1.1.0",
"ws": "8.14.1"
"ws": "8.14.2"
},

@@ -49,0 +49,0 @@ "scripts": {

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