Comparing version 0.8.4 to 0.9.0
@@ -0,1 +1,5 @@ | ||
0.9.0 / 2022-04-17 | ||
================== | ||
* feat: export `stringToParts()` | ||
0.8.4 / 2021-09-01 | ||
@@ -2,0 +6,0 @@ ================== |
@@ -301,2 +301,12 @@ /* eslint strict:off */ | ||
/*! | ||
* Split a string path into components delimited by '.' or | ||
* '[\d+]' | ||
* | ||
* #### Example: | ||
* stringToParts('foo[0].bar.1'); // ['foo', '0', 'bar', '1'] | ||
*/ | ||
exports.stringToParts = stringToParts; | ||
/*! | ||
* Recursively set nested arrays | ||
@@ -327,2 +337,2 @@ */ | ||
return v; | ||
} | ||
} |
{ | ||
"name": "mpath", | ||
"version": "0.8.4", | ||
"version": "0.9.0", | ||
"description": "{G,S}et object values using MongoDB-like path notation", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
0
89047
12
1972