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

ep_sketchspace

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ep_sketchspace - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

8

hooks.js

@@ -7,3 +7,3 @@ eejs = require("ep_etherpad-lite/node/eejs");

exports.eejsBlock_editbarMenuLeft = function (hook_name, args, cb) {
args.content = args.content + eejs.require("ep_sketchspace/templates/sketchSpaceEditbarButtons.ejs");
args.content = args.content + eejs.require("ep_sketchspace/templates/sketchSpaceEditbarButtons.ejs", {}, module);
return cb();

@@ -13,3 +13,3 @@ }

exports.eejsBlock_modals = function (hook_name, args, cb) {
args.content = args.content + eejs.require("ep_sketchspace/templates/sketchSpaceModals.ejs");
args.content = args.content + eejs.require("ep_sketchspace/templates/sketchSpaceModals.ejs", {}, module);
return cb();

@@ -19,3 +19,3 @@ }

exports.eejsBlock_scripts = function (hook_name, args, cb) {
args.content = args.content + eejs.require("ep_sketchspace/templates/sketchSpaceScripts.ejs");
args.content = args.content + eejs.require("ep_sketchspace/templates/sketchSpaceScripts.ejs", {}, module);
return cb();

@@ -25,3 +25,3 @@ }

exports.eejsBlock_styles = function (hook_name, args, cb) {
args.content = args.content + eejs.require("ep_sketchspace/templates/sketchSpaceStyles.ejs");
args.content = args.content + eejs.require("ep_sketchspace/templates/sketchSpaceStyles.ejs", {}, module);
return cb();

@@ -28,0 +28,0 @@ }

{
"name": "ep_sketchspace",
"description": "Drawing and image annotation",
"version": "0.0.3",
"version": "0.0.4",
"author": "RedHog (Egil Moeller) <egil.moller@freecode.no>",

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

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