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

useful-object

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

useful-object - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

5

package.json
{
"name": "useful-object",
"version": "0.1.2",
"version": "0.1.3",
"description": "Typescript util to add useful methods to global Object type.",

@@ -33,4 +33,7 @@ "main": "dist/index.js",

"dependencies": {
"@types/lodash": "^4.14.144",
"lodash": "^4.17.15",
"rxjs": "^6.5.3",
"@types/node": "^12.11.5"
}
}

4

README.md

@@ -14,3 +14,3 @@ # Useful Object

```sh
import "useful-object";
import "useful-object"; // 16 KB

@@ -26,3 +26,3 @@ ....

obj.get("name.firstName") // return "Avi"
obj.get("name.firstName"); // return "Avi"
```

@@ -29,0 +29,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