Socket
Socket
Sign inDemoInstall

deep_bracket

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep_bracket - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

11

package.json
{
"name": "deep_bracket",
"version": "1.0.0",
"version": "1.1.0",
"description": "deep bracket notation for accessing an object's properties",

@@ -13,3 +13,10 @@ "main": "index.js",

},
"keywords": ["deep", "bracket", "notation", "object", "property", "properties"],
"keywords": [
"deep",
"bracket",
"notation",
"object",
"property",
"properties"
],
"author": "ja0n",

@@ -16,0 +23,0 @@ "license": "MIT",

@@ -1,2 +0,10 @@

# deepBracket
deep bracket notation for accessing an object's properties
# deep_bracket
```js
var deepBracket = require('deep_bracket');
var obj = { foo: { bar: { quz: 3 } };
deepBracket(obj, 'foo.bar.quz');
// 3
```
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