Socket
Socket
Sign inDemoInstall

imdone

Package Overview
Dependencies
136
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.9 to 1.5.0

2

package.json
{
"name": "imdone",
"preferGlobal": "true",
"version": "1.4.9",
"version": "1.5.0",
"description": "A task board and wiki in one!",

@@ -6,0 +6,0 @@ "keywords": [

@@ -1295,4 +1295,3 @@ define([

$('#help-modal').modal({
keyboard: true,
keyboard: true
}).find('.modal-body').html(help);

@@ -1757,2 +1756,6 @@ });

initialize: function() {
console.log("Router initialized...");
$('#chrome-app-modal').modal({
keyboard: true
});
//ARCHIVE:400 Construct views and models in here!

@@ -1759,0 +1762,0 @@ // imdone.data.projects = new Projects();

Sorry, the diff of this file is not supported yet

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