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

@toast-ui/vue-calendar

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toast-ui/vue-calendar - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

9

package.json
{
"name": "@toast-ui/vue-calendar",
"version": "1.0.0",
"description": "Toast UI Calendar for Vue",
"version": "1.0.1",
"description": "TOAST UI Calendar for Vue",
"main": "dist/toastui-vue-calendar.js",

@@ -13,3 +13,4 @@ "files": [

"build": "webpack --mode production",
"build:dev": "webpack --mode development"
"build:dev": "webpack --mode development",
"serve": "vue serve ./example/App.vue"
},

@@ -27,2 +28,4 @@ "repository": {

"@babel/preset-env": "^7.1.0",
"@vue/cli": "^3.2.1",
"@vue/cli-service-global": "^3.1.2",
"babel-eslint": "^9.0.0",

@@ -29,0 +32,0 @@ "babel-loader": "^8.0.4",

@@ -16,3 +16,2 @@ # TOAST UI Calendar for Vue

* [Using npm](#using-npm)
* [Via Contents Delivery Network (CDN)](#via-contents-delivery-network-cdn)
* [Usage](#-usage)

@@ -44,15 +43,2 @@ * [Load](#load)

### Via Contents Delivery Network (CDN)
TOAST UI products are available over the CDN powered by [TOAST Cloud](https://www.toast.com).
When you load `toastui-vue-calendar.js` using CDN, you should insert dependency modules `vue`, `tui-code-snippet`, `tui-calendar` and `tui-calendar.css` in the html.
```html
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
<script src="https://uicdn.toast.com/tui.code-snippet/latest/tui-code-snippet.js"></script>
<script src="https://uicdn.toast.com/tui-calendar/latest/tui-calendar.js"></script>
<script src="https://uicdn.toast.com/toast-ui.vue-calendar/latest/toastui-vue-calendar.js"></script>
<link rel="stylesheet" type="text/css" href="https://uicdn.toast.com/tui-calendar/latest/tui-calendar.css" />
```
## 📅 Usage

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