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

@eivifj/dot

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

@eivifj/dot - npm Package Compare versions

Comparing version 0.2.0 to 1.0.0

2

package.json

@@ -6,3 +6,3 @@ {

},
"version": "0.2.0",
"version": "1.0.0",
"description": "Get and set object properties with dot notation",

@@ -9,0 +9,0 @@ "main": "index.js",

@@ -8,3 +8,3 @@

$ component install eivindfjeldstad/dot
$ npm install @eivifj/dot

@@ -25,4 +25,9 @@ ## API

### dot.delete(object, path)
```js
var value = dot.delete(obj, 'cool.aid');
assert(!obj.cool.hasOwnProperty('aid'));
## License
MIT
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