Socket
Socket
Sign inDemoInstall

property-expr

Package Overview
Dependencies
0
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.5.1

2

index.js

@@ -113,3 +113,3 @@ /**

while (index < len) {
if (data == null || !safe) {
if (data != null || !safe) {
data = data[parts[index++]]

@@ -116,0 +116,0 @@ } else {

{
"name": "property-expr",
"version": "1.5.0",
"version": "1.5.1",
"description": "tiny util for getting and setting deep object props safely",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc