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

embed-video

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embed-video - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

index.js

@@ -165,3 +165,3 @@ var URL = require('url')

fetch('http://vimeo.com/api/v2/video/' + id + '.json')
fetch('https://vimeo.com/api/v2/video/' + id + '.json')
.then(function (res) {

@@ -168,0 +168,0 @@ if (res.status !== 200) {

{
"name": "embed-video",
"version": "2.0.3",
"version": "2.0.4",
"description": "Get embed code for embedding youtube/vimeo/whatever video in websites from URL or ID",

@@ -5,0 +5,0 @@ "main": "index.js",

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