Socket
Socket
Sign inDemoInstall

nested-property

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

4.0.0

Diff

Changelog

Source

4.0.0 - 30 SEP 2020

  • Add type definitions for typescript projects. Note that this is the loosest definition possible to allow typescript projects to compile without errors. Also embeds some useful documentation
podefr
published 3.0.0 •

Changelog

Source

3.0.0 - 27 SEP 2020

  • Prevent mutation of Object.prototype to address a security issue: https://hackerone.com/reports/788883
podefr
published 2.0.2 •

Changelog

Source

2.0.2 - 22 AUG 2020

  • Upgrade dependencies to fix vulnerabilites reported by dependa bot
podefr
published 2.0.1 •

Changelog

Source

2.0.1 - 23 JUNE 2020

  • Upgrading dev dependencies to fix npm audit issues
podefr
published 2.0.0 •

Changelog

Source

2.0.0 - 18 FEB 2020

  • Official 2.0.0 release, removing the -beta1 version
  • Extract CHANGELOG into a separate file as per #13
podefr
published 2.0.0-beta1 •

Changelog

Source

2.0.0-beta1 - 02 FEB 2020

  • Add array wildcard + to access all properties nested within an array. For example:
// sets all `name` property in the array to "<redacted>"
nestedProperty.set(array, "+.name", "<redacted>"); 

Closes Issue #8. Thanks vemuez for the suggestion!

podefr
published 1.0.4 •

Changelog

Source

1.0.4 - 18 JAN 2020

  • Fix license field in package.json. Thanks zr87 for raising the issue!
podefr
published 1.0.3 •

Changelog

Source

1.0.3 - 15 JAN 2020

  • replaced usage of const with var to maintain support of pre-ES6 JS interpreters. Thanks stefanorie for the contribution!
podefr
published 1.0.2 •

Changelog

Source

1.0.2 - 20 NOV 2019

  • Update package-lock and remove yarn.lock to remove security alerts on dependencies
podefr
published 1.0.1 •

Changelog

Source

1.0.1 - 22 JUNE 2019

  • Update to mocha 6.4.1 to remove security alerts on dependencies
2Next
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