New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dayschedule-api

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dayschedule-api - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

dist/index.d.ts

35

package.json
{
"name": "dayschedule-api",
"version": "0.0.1",
"description": "Dayschedule Node.js package to access appointment bookings API",
"main": "index.js",
"version": "1.0.0",
"description": "Dayschedule Node.js package for appointment bookings API",
"main": "dist/index.js",
"module": "dist/index.m.js",
"unpkg": "dist/index.umd.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf ./dist && microbundle --tsconfig tsconfig.json --no-sourcemap",
"dev": "ts-node-dev lib/Dayschedule.ts",

@@ -11,19 +15,27 @@ "test": "npx playwright test",

},
"exports": {
"require": "./dist/index.js",
"default": "./dist/index.modern.js"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Dayschedule/dayschedule.git"
"url": "git+https://github.com/Dayschedule/dayschedule-api.git"
},
"keywords": [
"Appointment",
"Scheduling"
"Scheduling",
"Bookings",
"Appointment API"
],
"author": "https://github.com/vickyRathee",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dayschedule/dayschedule/issues"
"url": "https://github.com/Dayschedule/dayschedule-api/issues"
},
"homepage": "https://github.com/Dayschedule/dayschedule#readme",
"homepage": "https://dayschedule.com/docs/api",
"dependencies": {
"axios": "^1.5.1",
"dotenv": "^16.3.1"
"axios": "^1.5.1"
},

@@ -33,2 +45,5 @@ "devDependencies": {

"@types/node": "^20.8.3",
"dotenv": "^16.3.1",
"microbundle": "^0.15.1",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",

@@ -35,0 +50,0 @@ "ts-node-dev": "^2.0.0",

# dayschedule
[![version](https://img.shields.io/npm/v/dayschedule-api.svg)](https://www.npmjs.com/package/dayschedule-api)
[![license](https://img.shields.io/npm/l/dayschedule-api.svg)](https://www.npmjs.com/package/dayschedule-api)

@@ -6,3 +8,3 @@ Official Node.js library for DaySchedule API to book online appointments, reservation, bookings and calendar scheduling.

```
npm i dayschedule
npm i dayschedule-api
```

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