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

object-property-extractor

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-property-extractor - npm Package Compare versions

Comparing version

to
1.0.10

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

"use strict";const r=(n,o,i)=>{const s=Array.isArray(o)?o:t(o),c=s[0];if(""===c)return n;if(Array.isArray(n)&&"number"!=typeof c)return n.map((t=>r(t,s,i)));if("object"!=typeof n||null===n||!(c in n))return e(n,c,i);const u=n[c];return 1===s.length?u:r(u,s.slice(1),i)},t=r=>r.split(".").map((r=>{const t=/(.*)\[(\d+)\]$/.exec(r);return t?[t[1],Number(t[2])].filter((r=>""!==r)):r})).flat(),e=(r,t,e)=>{if(void 0===e)throw new Error(`Unable to extract object property\nLooking for property: ${t}\nIn object: ${JSON.stringify(r)}`);return e};module.exports=r;
"use strict";const r=(n,o,i)=>{const s=Array.isArray(o)?o:t(o);if(0===s.length)return n;const c=s[0];if(Array.isArray(n)&&"number"!=typeof c)return n.map((t=>r(t,s,i)));if("object"!=typeof n||null===n||!(c in n))return e(n,c,i);const u=n[c];return 1===s.length?u:r(u,s.slice(1),i)},t=r=>r.split(/(\.|\[\d+\])/).filter((r=>"."!==r&&""!==r)).map((r=>{const t=/\[(\d+)\]/.exec(r);return t?Number(t[1]):r})).flat(),e=(r,t,e)=>{if(void 0===e)throw new Error(`Unable to extract object property\nLooking for property: ${t}\nIn object: ${JSON.stringify(r)}`);return e};module.exports=r;

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

const r=(n,o,i)=>{const a=Array.isArray(o)?o:t(o),f=a[0];if(""===f)return n;if(Array.isArray(n)&&"number"!=typeof f)return n.map((t=>r(t,a,i)));if("object"!=typeof n||null===n||!(f in n))return e(n,f,i);const c=n[f];return 1===a.length?c:r(c,a.slice(1),i)},t=r=>r.split(".").map((r=>{const t=/(.*)\[(\d+)\]$/.exec(r);return t?[t[1],Number(t[2])].filter((r=>""!==r)):r})).flat(),e=(r,t,e)=>{if(void 0===e)throw new Error(`Unable to extract object property\nLooking for property: ${t}\nIn object: ${JSON.stringify(r)}`);return e};export{r as default};
const r=(n,o,i)=>{const a=Array.isArray(o)?o:t(o);if(0===a.length)return n;const c=a[0];if(Array.isArray(n)&&"number"!=typeof c)return n.map((t=>r(t,a,i)));if("object"!=typeof n||null===n||!(c in n))return e(n,c,i);const f=n[c];return 1===a.length?f:r(f,a.slice(1),i)},t=r=>r.split(/(\.|\[\d+\])/).filter((r=>"."!==r&&""!==r)).map((r=>{const t=/\[(\d+)\]/.exec(r);return t?Number(t[1]):r})).flat(),e=(r,t,e)=>{if(void 0===e)throw new Error(`Unable to extract object property\nLooking for property: ${t}\nIn object: ${JSON.stringify(r)}`);return e};export{r as default};
{
"name": "object-property-extractor",
"version": "1.0.9",
"version": "1.0.10",
"description": "A lightweight (no dependencies) tool to extract deeply nested values from JS Objects (or Arrays), with optional Fallback.",

@@ -5,0 +5,0 @@ "main": "build/index.cjs.js",