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

selectn

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

selectn - npm Package Compare versions

Comparing version 0.9.0 to 0.9.2

4

component.json
{
"name": "selectn",
"repo": "wilmoore/selectn",
"description": "N-levels deep object access via dot/bracket-notation property access string.",
"version": "0.9.0",
"description": "N-levels deep object access via dot/bracket-notation for Node.js and the browser.",
"version": "0.9.2",
"keywords": [

@@ -7,0 +7,0 @@ "object",

{
"name": "selectn",
"author": "Wil Moore III <wil.moore@wilmoore.com>",
"description": "N-levels deep object access via dot/bracket-notation property access string.",
"version": "0.9.0",
"description": "N-levels deep object access via dot/bracket-notation for Node.js and the browser.",
"version": "0.9.2",
"keywords": [

@@ -7,0 +7,0 @@ "object",

@@ -7,3 +7,3 @@ # selectn

N-levels deep object access via dot/bracket-notation property access string allowing you to type `selectn('info.name.full')` instead of `obj && obj.info && obj.info.name &&`, &infin;.
N-levels deep object access via dot/bracket-notation allowing you to type `selectn('info.name.full')` instead of `obj && obj.info && obj.info.name && ...`; for Node.js and the browser.

@@ -10,0 +10,0 @@ ## Features

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