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.3 to 2.0.4

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [2.0.4](https://github.com/jquense/expr/compare/v2.0.3...v2.0.4) (2020-08-26)
## [2.0.3](https://github.com/jquense/expr/compare/v2.0.2...v2.0.3) (2020-08-17)

@@ -2,0 +8,0 @@

2

index.js

@@ -55,3 +55,3 @@ /**

while (index < len - 1) {
let part = parts[index]
var part = parts[index]
if (

@@ -58,0 +58,0 @@ part === '__proto__' ||

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