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

ep_button_link

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ep_button_link - npm Package Compare versions

Comparing version 0.0.1 to 0.0.4

1

index.js

@@ -43,4 +43,3 @@ var settings = require('ep_etherpad-lite/node/utils/Settings');

}
console.warn(ep_button_link);
return callback({ep_button_link: ep_button_link});
};

2

package.json
{
"name": "ep_button_link",
"description": "Adds a button to the toolbar that links out to a new window",
"version": "0.0.1",
"version": "0.0.4",
"author": "johnyma22 (John McLear) <john@mclear.co.uk>",

@@ -6,0 +6,0 @@ "dependencies": {},

@@ -11,6 +11,6 @@ # Add a button to the toolbar

"ep_button_link": {
text = "Hello world",
link = "http://whatever.com,
classes = "grouped-left",
before = "timesliderlink"
text: "Hello world",
link: "http://whatever.com",
classes: "grouped-left",
before: "#timesliderlink"
}

@@ -17,0 +17,0 @@ ```

@@ -9,4 +9,4 @@ exports.postAceInit = function(hook_name, args, cb) {

$(before).parent().before(button);
$('#ep_button_link_span').css({"background-image":"none", "width": "auto", "color":"#666"});
$('#ep_button_link_span').css({"background-image":"none", "width": "auto", "color":"#666", "font-size":"16px", "margin-top":"-3px"});
}
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