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

lens-o

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lens-o - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

6

package.json
{
"name": "lens-o",
"version": "0.9.0",
"description": "Parse object path",
"version": "0.9.1",
"description": "Parse object path and get value, set value",
"main": "cjs/index.js",

@@ -51,3 +51,3 @@ "module": "es/index.js",

"type": "git",
"url": "git+https://github.com/jsveron23/object-path.git"
"url": "git+https://github.com/jsveron23/lens-o.git"
},

@@ -54,0 +54,0 @@ "author": "Tony Jin <jsveron23@gmail.com>",

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

# o-path
# lens-o

@@ -10,3 +10,3 @@ - Parse object path

```
npm install o-path
npm install lens-o
```

@@ -17,3 +17,3 @@

```js
import { parsePath, getVal, setVal } from 'o-path';
import { parsePath, getVal, setVal } from 'lens-o';

@@ -20,0 +20,0 @@ const path = parsePath('a.b.1.c');

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