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

embedjs

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embedjs - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

8

lib/embedjs.js

@@ -6,3 +6,9 @@ var getUrls = require('get-urls');

SteemEmbed.getUrls = function (text) {
return getUrls(text);
var urls = [];
try {
urls = getUrls(text);
} catch (e) {
console.log(e);
}
return urls;
};

@@ -9,0 +15,0 @@

2

package.json
{
"name": "embedjs",
"version": "0.0.8",
"version": "0.0.9",
"description": "Extract embed information for all the media links in your texts",

@@ -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