useful-object
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "useful-object", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Typescript util to add useful methods to global Object type.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist/index.d.ts", | ||
"dist/index.js" | ||
], | ||
"scripts": { | ||
@@ -8,0 +12,0 @@ "build": "tsc", |
@@ -20,3 +20,3 @@ # Useful Object | ||
name: { | ||
fistName: "Avi", | ||
firstName: "Avi", | ||
lastName: "Punes" | ||
@@ -23,0 +23,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
1952
4
22