Socket
Socket
Sign inDemoInstall

summernote-list-of-links

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "summernote-list-of-links",
"version": "1.0.1",
"version": "1.0.2",
"description": "A plugin for the Summernote WYSIWYG editor, that lets you choose from an external list of links, provided as json.",

@@ -5,0 +5,0 @@ "main": "summernote-list-of-links.js",

@@ -53,3 +53,3 @@ /**

this.loadList = function() {
if (self.data === undefined && self.listUrl !== undefined) {
if (self.data === undefined && listUrl !== undefined) {
$.get(listUrl, function(data) {

@@ -56,0 +56,0 @@ self.data = data;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc