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

nodebb-plugin-embed-combo

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-plugin-embed-combo - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

10

library.js

@@ -121,6 +121,14 @@ (function(module) {

code: '<iframe width="640" height="360" src="http://www.liveleak.com/ll_embed?i=$1" frameborder="0" allowfullscreen></iframe>',
regexps: [/<a href="https?:\/\/www\.liveleak\.com\/view\?.*i\=(\w+)">https?:\/\/www\.liveleak\.com\/view\?.*i\=(\w+)<\/a>/g],
regexps: [/<a href="https?:\/\/www\.liveleak\.com\/view\?.*i\=(\w+)".*>.*<\/a>/g],
icon: 'fa-video-camera'
});
//pornhub
embeds.push({
id: 'Pornhub',
code: '<iframe src="http://www.pornhub.com/embed/$1" frameborder="0" width="608" height="338" scrolling="no"></iframe>',
regexps: [/<a href="https?:\/\/.*\.pornhub\.com\/view_video\.php\?.*viewkey\=(\w+)".*>.*<\/a>/g],
icon: 'fa-times-circle-o'
});
/**

@@ -127,0 +135,0 @@ * Buscamos e insertamos todos los servicios que hemos definido

2

package.json
{
"name": "nodebb-plugin-embed-combo",
"version": "0.1.1",
"version": "0.1.2",
"description": "Embed multiple services on nodebb",

@@ -5,0 +5,0 @@ "main": "library.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