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 2.0.4 to 2.0.5

2

index.js

@@ -116,3 +116,3 @@ /**

function split(path) {
return path.match(SPLIT_REGEX)
return path.match(SPLIT_REGEX) || ['']
}

@@ -119,0 +119,0 @@

{
"name": "property-expr",
"version": "2.0.4",
"version": "2.0.5",
"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