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.2 to 1.1.4

10

package.json
{
"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 @@ ```

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