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

dotprop

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dotprop - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

1

index.js

@@ -11,2 +11,3 @@ /**

module.exports = function(holder, propName){
if (propName === undefined) return holder;
var propParts = (propName + '').split('.');

@@ -13,0 +14,0 @@ var result = holder, lastPropName;

{
"name": "dotprop",
"version": "1.0.1",
"version": "1.0.2",
"description": "Get property value by dot notation",

@@ -12,2 +12,5 @@ "main": "index.js",

],
"analogs": [
"dot-prop"
],
"repository": {

@@ -18,2 +21,3 @@ "type": "git",

"keywords": [
"dot-prop",
"dot",

@@ -24,3 +28,9 @@ "json",

"notation",
"object"
"object",
"get-prop",
"obj",
"prop",
"path",
"get",
"access"
],

@@ -27,0 +37,0 @@ "author": {

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