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

@lite-embed/vue

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lite-embed/vue - npm Package Compare versions

Comparing version 1.0.0-canary.7 to 1.0.0

16

package.json
{
"name": "@lite-embed/vue",
"version": "1.0.0-canary.7",
"description": "> TODO: description",
"homepage": "https://github.com/danestves/lite-embed#readme",
"version": "1.0.0",
"description": "Embed a YouTube or Vimeo video in your Vue app",
"homepage": "https://lite-embed.vercel.app/docs/vue/installation",
"bugs": {

@@ -47,3 +47,3 @@ "url": "https://github.com/danestves/lite-embed/issues"

"dependencies": {
"@lite-embed/utils": "1.0.0-canary.7"
"@lite-embed/utils": "1.0.0"
},

@@ -54,8 +54,8 @@ "devDependencies": {

"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.5.0",
"eslint-plugin-vue": "^8.7.1",
"eslint-plugin-vuejs-accessibility": "^1.1.1",
"vue": "^3.2.31"
"vue": "^3.2.33"
},
"peerDependencies": {
"vue": "^3.2.31"
"vue": "^3.2.33"
},

@@ -65,3 +65,3 @@ "publishConfig": {

},
"gitHead": "e367066c0dcd8a4e3992d888b7ac25681ddfc516"
"gitHead": "b413ad017b65fe90c9f927478670672d567058af"
}

@@ -1,11 +0,19 @@

# `@lite-embed/vue`
# @lite-embed/vue
> TODO: description
This package hosts the Vue components to use with the lite-embed library.
## Usage
## Installation
Install the package in your project directory with:
```sh
// with npm
npm install @lite-embed/vue
// with yarn
yarn add @lite-embed/vue
```
const vueYoutube = require('@lite-embed/vue');
// TODO: DEMONSTRATE API
```
## Documentation
[The documentation](https://lite-embed.vercel.app/docs/vue/quick-start)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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