@apiverve/worldtime
Advanced tools
Comparing version 1.1.2 to 1.1.4
{ | ||
"name": "@apiverve/worldtime", | ||
"version": "1.1.2", | ||
"version": "1.1.4", | ||
"description": "World Time is a simple tool for getting the current time in any city. It returns the current time, date, and more.", | ||
@@ -21,5 +21,5 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/apiverve/worldtime-API", | ||
"homepage": "https://apiverve.com/marketplace/api/worldtime", | ||
"devDependencies": { | ||
"mocha": "^10.4.0", | ||
"mocha": "^10.7.3", | ||
"chai": "^5.1.1", | ||
@@ -29,6 +29,6 @@ "dotenv": "^16.4.5" | ||
"dependencies": { | ||
"node-fetch": "3.3.2", | ||
"node-fetch": "^3.3.2", | ||
"promise": "^8.3.0", | ||
"axios": "1.6.8" | ||
"axios": "1.7.4" | ||
} | ||
} |
@@ -84,13 +84,13 @@ World Time API | ||
"timezone": "America/Argentina/Cordoba", | ||
"time": "12:20", | ||
"time24": "12:20:12", | ||
"time12": "12:20:12 PM", | ||
"date": "2024-07-17", | ||
"day": "Wednesday", | ||
"month": "July", | ||
"time": "00:09", | ||
"time24": "00:09:25", | ||
"time12": "12:09:25 AM", | ||
"date": "2024-08-02", | ||
"day": "Friday", | ||
"month": "August", | ||
"year": "2024", | ||
"unix": "1721229612", | ||
"unix": "1722568165", | ||
"dst": false, | ||
"dst_start": "2024-07-17 12:20:12", | ||
"dst_end": "2024-07-17 12:20:12", | ||
"dst_start": "2024-08-02 00:09:25", | ||
"dst_end": "2024-08-02 00:09:25", | ||
"dst_name": "-03" | ||
@@ -107,17 +107,18 @@ }, | ||
"timezone": "America/Los_Angeles", | ||
"time": "08:20", | ||
"time24": "08:20:12", | ||
"time12": "08:20:12 AM", | ||
"date": "2024-07-17", | ||
"day": "Wednesday", | ||
"month": "July", | ||
"time": "20:09", | ||
"time24": "20:09:25", | ||
"time12": "08:09:25 PM", | ||
"date": "2024-08-01", | ||
"day": "Thursday", | ||
"month": "August", | ||
"year": "2024", | ||
"unix": "1721229612", | ||
"unix": "1722568165", | ||
"dst": true, | ||
"dst_start": "2024-07-17 08:20:12", | ||
"dst_end": "2024-07-17 08:20:12", | ||
"dst_start": "2024-08-01 20:09:25", | ||
"dst_end": "2024-08-01 20:09:25", | ||
"dst_name": "PDT" | ||
} | ||
] | ||
} | ||
}, | ||
"code": 200 | ||
} | ||
@@ -124,0 +125,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
9415
153
+ Addedaxios@1.7.4(transitive)
- Removedaxios@1.6.8(transitive)
Updatedaxios@1.7.4
Updatednode-fetch@^3.3.2