New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dryvjs

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dryvjs - npm Package Compare versions

Comparing version 1.0.0-pre-5 to 1.0.0-pre-6

2

dist/core/dryvProxyHandler.js

@@ -50,3 +50,3 @@ import { dryvProxy, isDryvProxy } from '.';

let proxy = undefined;
if (typeof value === 'object') {
if (value && typeof value === 'object') {
targetValue = ensureObjectProxy(value, field, receiver, session);

@@ -53,0 +53,0 @@ }

{
"name": "dryvjs",
"version": "1.0.0-pre-5",
"version": "1.0.0-pre-6",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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