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

vm2

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vm2 - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

4

lib/main.js

@@ -32,2 +32,4 @@ const fs = require('fs');

if (typeof object === 'object' || typeof object === 'function') {
if (object === null) return object;
return new Proxy(object, {

@@ -49,2 +51,4 @@ get: (target, key) => _freeze(object[key]),

if (typeof object === 'object' || typeof object === 'function') {
if (object === null) return object;
return new Proxy(object, {

@@ -51,0 +55,0 @@ get: (target, key) => _protect(object[key]),

2

package.json

@@ -16,3 +16,3 @@ {

],
"version": "3.4.0",
"version": "3.4.1",
"main": "index.js",

@@ -19,0 +19,0 @@ "repository": {

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