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

@vue-youtube/core

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-youtube/core - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

14

package.json
{
"name": "@vue-youtube/core",
"version": "0.0.3",
"version": "0.0.4",
"description": "Integrate YouTube Iframe Player into Vue 2/3 applications",

@@ -28,9 +28,9 @@ "author": "Techassi <git@techassi.dev>",

"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"require": "./dist/index.cjs",
"import": "./dist/index.js"
}
},
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"sideEffects": false,

@@ -54,4 +54,4 @@ "bugs": {

"dependencies": {
"@vue-youtube/shared": "0.0.3",
"vue-demi": "latest"
"vue-demi": "latest",
"@vue-youtube/shared": "0.0.4"
},

@@ -58,0 +58,0 @@ "scripts": {

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