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

ep_sketchspace_pdfbackground

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ep_sketchspace_pdfbackground - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "ep_sketchspace_pdfbackground",
"description": "Add image/pdf annotation functionality to SketchSpace",
"version": "0.0.7",
"version": "0.0.8",
"author": "RedHog (Egil Moeller) <egil.moller@freecode.no>",

@@ -6,0 +6,0 @@ "contributors": [],

@@ -10,7 +10,7 @@ var padeditor = require('ep_etherpad-lite/static/js/pad_editor').padeditor;

widgetsInTemplate: true,
templateString: '<span>' +
templateString: '<ul>' +
' <li id="addImage" dojoAttachPoint="addImgButton">' +
' <a title="Add image"><span class="buttonicon buttonicon-addimage"></span></a>' +
' </li>' +
'</span>',
' </<li>' +
'</ul>',
startup: function () {

@@ -35,3 +35,3 @@ this.inherited(arguments);

args.widget.addTools.addChild(new ep_sketchspace_pdfbackground.DesignerUIMenuAddTools());
args.ui.addTools.addChild(new ep_sketchspace_pdfbackground.DesignerUIMenuAddTools());

@@ -38,0 +38,0 @@ if (typeof(pad) != "undefined") {

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