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

world-clockify

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

world-clockify - npm Package Compare versions

Comparing version 1.4.3 to 1.4.5

docs/api/fetchSupportedCalendar.md

16

docs/_sidebar.md

@@ -29,9 +29,13 @@ <details open>

- [API Overview](./api/Introduction.md)
- [Fetch Current Time API](./api/fetchCurrentTime.md)
- [Fetch Supported Timezones API](./api/fetchSupportedTimezones.md)
- [Fetch Converted Time API](./api/fetchConvertedTime.md)
- [Fetch Time Difference API](./api/fetchTimeDifference.md)
- [Calculate Duration API](./api/calculateDurationAPI.md)
- [Format Date in Timezone API](./api/formatDateInTimezoneAPI.md)
- [Fetch Current Time](./api/fetchCurrentTime.md)
- [Fetch Supported Timezones](./api/fetchSupportedTimezones.md)
- [Fetch Supported Calendars](./api/fetchSupportedCalendars.md)
- [Fetch Supported Currencies](./api/fetchSupportedCurrencies.md)
- [Fetch Converted Time](./api/fetchConvertedTime.md)
- [Fetch Time Difference](./api/fetchTimeDifference.md)
- [Calculate Duration](./api/calculateDurationAPI.md)
- [Format Date in Timezone](./api/formatDateInTimezoneAPI.md)
- [Format Date for locale](./api/formatDateInLocale.md)
- [Fetch Count Down To Event](./api/getCountdownToEvent.md)
</details>

@@ -5,3 +5,3 @@ Let’s explore why a user might prefer to use the API endpoints instead of installing your world-clockify NPM package. While both options offer timezone and date manipulation features, there are several distinct use cases where the API might be a better fit:

Our base URl for the API is `https://world-clockify.com/api/v1/` and all the endpoints are relative to this base URL.
Our base URl for the API is `https://world-clockify-api.onrender.com/api/v1` and all the endpoints are relative to this base URL.

@@ -8,0 +8,0 @@ ## 1. Serverless/Lightweight Client Applications

@@ -5,12 +5,14 @@ ## Installation

Then You can install the package via npm or yarn.
You can install `world-clockify` using any of these popular package managers:
```shell
```bash
npm install world-clockify
```
or yarn
```bash
yarn add world-clockify
```
```bash
pnpm add world-clockify
```
{
"name": "world-clockify",
"version": "1.4.3",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"version": "1.4.5",
"scripts": {

@@ -30,2 +27,10 @@ "build": "tsup",

],
"main": "dist/index.js",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"homepage": "https://shivam-sharma7.github.io/world-clockify/#/",

@@ -32,0 +37,0 @@ "repository": {

@@ -22,2 +22,4 @@ <div align="center">

There are many more features available in the package.
## Download/install

@@ -30,2 +32,3 @@

- [General documentation](https://shivam-sharma7.github.io/world-clockify/#/)
- [API documentation](https://shivam-sharma7.github.io/world-clockify/#/./api/Introduction)

@@ -32,0 +35,0 @@ ## Development

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