useful-object
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"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" | ||
} | ||
} |
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2056
4
+ Added@types/lodash@^4.14.144
+ Addedlodash@^4.17.15
+ Addedrxjs@^6.5.3
+ Added@types/lodash@4.17.13(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedrxjs@6.6.7(transitive)
+ Addedtslib@1.14.1(transitive)