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

object-path-plus

Package Overview
Dependencies
Maintainers
22
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-path-plus - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

CHANGELOG.md
## Changelog
* 1.3.1 deyarn
* 1.3.0 Support set() function for setting keys

@@ -4,0 +6,0 @@

5

package.json
{
"name": "object-path-plus",
"version": "1.3.0",
"version": "1.3.1",
"description": "Object path traversal with concatenation",

@@ -31,3 +31,4 @@ "main": "dist/index.js",

"test": "ava",
"prepublishOnly": "yarn build"
"prepublishOnly": "npm run build",
"ci": "npm run lint && npm run build && npm run test"
},

@@ -34,0 +35,0 @@ "ava": {

@@ -9,2 +9,8 @@ # object-path-plus

```sh
npm install object-path-plus
```
or
```sh
yarn add object-path-plus

@@ -11,0 +17,0 @@ ```

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