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

editore-link-plugin

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

editore-link-plugin - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "editore-link-plugin",
"version": "1.0.0",
"version": "1.0.1",
"author": "Evandro Eisinger <evandroeisinger@gmail.com>",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -18,3 +18,3 @@ (function(global, plugin) {

self.button.innerText = 'Link';
self.name = 'LinkEditionPlugin';
self.name = 'linkEditionPlugin';
self.tag = 'a';

@@ -50,5 +50,7 @@

// create link form
self.input = document.createElement('input');
self.removeButton = document.createElement('button');
self.removeButton.innerText = "Remove";
self.input = document.createElement('input');
self.removeButton.className = 'linkEditionPlugin__removeButton';
self.removeButton.innerText = 'Remove';
self.input.className = 'linkEditionPlugin__input';

@@ -55,0 +57,0 @@ // set listeners

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