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

daily-server

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

daily-server - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

9

package.json
{
"name": "daily-server",
"version": "0.0.1",
"version": "0.0.2",
"description": "code",

@@ -16,3 +16,6 @@ "main": "dist/index.js",

"keywords": [
"onlyfans"
"daily-server",
"daily.co",
"livestreaming",
"video-calls"
],

@@ -42,3 +45,3 @@ "author": "mshd",

},
"readme": "# daily-server\n\nInspired by https://github.com/sharkyze/daily-node\n\n# License\n\nMIT\n"
"readme": "# daily-server\n\nSimplify your daily.co API calls with this package.\n\nFull Typescript support.\n\nBased on: https://docs.daily.co/reference/rest-api\n\nInspired by https://github.com/sharkyze/daily-node\n\n# Usage\n\n```node\nconst daily = new Daily(process.env.DAILY_API_KEY!);\n\nconst room = daily.createRoom({name:\"myfirstroom\"});\n```\n\n# License\n\nMIT\n"
}
# daily-server
Simplify your daily.co API calls with this package.
Full Typescript support.
Based on: https://docs.daily.co/reference/rest-api
Inspired by https://github.com/sharkyze/daily-node
# Usage
```node
const daily = new Daily(process.env.DAILY_API_KEY!);
const room = daily.createRoom({name:"myfirstroom"});
```
# License
MIT
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