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

nodebb-plugin-cards

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-plugin-cards - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "nodebb-plugin-cards",
"version": "0.3.0",
"version": "0.3.1",
"description": "NodeBB plugin that extends the mentions plugin with hover cards",

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

@@ -85,3 +85,3 @@ "use strict";

return setTimeout(function() {
var api = '/api' + url;
var api = config.relative_path + '/api' + url;
$.ajax({

@@ -88,0 +88,0 @@ url: api,

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