Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@edge-runtime/vm

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edge-runtime/vm - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

dist/edge-vm.d.ts

@@ -28,3 +28,3 @@ import type * as EdgePrimitives from '@edge-runtime/primitives';

}
export declare type EdgeContext = VMContext & {
export type EdgeContext = VMContext & {
self: EdgeContext;

@@ -31,0 +31,0 @@ globalThis: EdgeContext;

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

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

@@ -19,2 +19,3 @@ "repository": {

"edge",
"edge-runtime",
"functions",

@@ -27,4 +28,7 @@ "runtime",

"dependencies": {
"@edge-runtime/primitives": "2.0.2"
"@edge-runtime/primitives": "2.0.3"
},
"engines": {
"node": ">=14"
},
"files": [

@@ -31,0 +35,0 @@ "dist"

Sorry, the diff of this file is not supported yet

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