Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mpath

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mpath - npm Package Compare versions

Comparing version 0.8.4 to 0.9.0

4

History.md

@@ -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;
}
}

2

package.json
{
"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",

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