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

@apiverve/worldtime

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apiverve/worldtime - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

6

package.json
{
"name": "@apiverve/worldtime",
"version": "1.1.4",
"version": "1.1.5",
"description": "World Time is a simple tool for getting the current time in any city. It returns the current time, date, and more.",

@@ -21,3 +21,3 @@ "main": "index.js",

},
"homepage": "https://apiverve.com/marketplace/api/worldtime",
"homepage": "https://apiverve.com/marketplace/api/worldtime?utm_source=npm",
"devDependencies": {

@@ -31,4 +31,4 @@ "mocha": "^10.7.3",

"promise": "^8.3.0",
"axios": "1.7.4"
"axios": "1.7.7"
}
}

@@ -84,13 +84,13 @@ World Time API

"timezone": "America/Argentina/Cordoba",
"time": "00:09",
"time24": "00:09:25",
"time12": "12:09:25 AM",
"date": "2024-08-02",
"day": "Friday",
"month": "August",
"time": "06:40",
"time24": "06:40:38",
"time12": "06:40:38 AM",
"date": "2024-09-01",
"day": "Sunday",
"month": "September",
"year": "2024",
"unix": "1722568165",
"unix": "1725183638",
"dst": false,
"dst_start": "2024-08-02 00:09:25",
"dst_end": "2024-08-02 00:09:25",
"dst_start": "2024-09-01 06:40:38",
"dst_end": "2024-09-01 06:40:38",
"dst_name": "-03"

@@ -107,13 +107,13 @@ },

"timezone": "America/Los_Angeles",
"time": "20:09",
"time24": "20:09:25",
"time12": "08:09:25 PM",
"date": "2024-08-01",
"day": "Thursday",
"month": "August",
"time": "02:40",
"time24": "02:40:38",
"time12": "02:40:38 AM",
"date": "2024-09-01",
"day": "Sunday",
"month": "September",
"year": "2024",
"unix": "1722568165",
"unix": "1725183638",
"dst": true,
"dst_start": "2024-08-01 20:09:25",
"dst_end": "2024-08-01 20:09:25",
"dst_start": "2024-09-01 02:40:38",
"dst_end": "2024-09-01 02:40:38",
"dst_name": "PDT"

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