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

agenda-ui

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agenda-ui - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

README.md

12

assets/templates.js

@@ -51,5 +51,3 @@ Ember.TEMPLATES["application"]=Ember.Handlebars.template(function anonymous(Handlebars,depth0,helpers,partials,data) {

data.buffer.push("\n <a href='#' ");
data.buffer.push(escapeExpression(helpers.action.call(depth0, "toggleDetailsExpand", {hash:{
'target': ("view")
},hashTypes:{'target': "STRING"},hashContexts:{'target': depth0},contexts:[depth0],types:["STRING"],data:data})));
data.buffer.push(escapeExpression(helpers.action.call(depth0, "toggleDetailsExpand", {hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["STRING"],data:data})));
data.buffer.push(" class='details-link'>Details</a>\n </h3>\n\n ");

@@ -60,3 +58,3 @@ stack1 = helpers['if'].call(depth0, "nextRunAtFromNow", {hash:{},hashTypes:{},hashContexts:{},inverse:self.noop,fn:self.program(1, program1, data),contexts:[depth0],types:["ID"],data:data});

data.buffer.push(escapeExpression(helpers['bind-attr'].call(depth0, {hash:{
'class': (":job-details view.detailsExpanded:is-expanded")
'class': (":job-details detailsExpanded:is-expanded")
},hashTypes:{'class': "STRING"},hashContexts:{'class': depth0},contexts:[],types:[],data:data})));

@@ -88,8 +86,6 @@ data.buffer.push(">\n <div class='details'>\n <div>\n <label>_id</label> ");

data.buffer.push("\n </div>\n </div>\n\n </div>\n\n <div ");
data.buffer.push(escapeExpression(helpers.action.call(depth0, "toggleDataExpand", {hash:{
'target': ("view")
},hashTypes:{'target': "STRING"},hashContexts:{'target': depth0},contexts:[depth0],types:["STRING"],data:data})));
data.buffer.push(escapeExpression(helpers.action.call(depth0, "toggleDataExpand", {hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["STRING"],data:data})));
data.buffer.push(" ");
data.buffer.push(escapeExpression(helpers['bind-attr'].call(depth0, {hash:{
'class': (":job-data-preview view.dataExpanded:is-expanded")
'class': (":job-data-preview dataExpanded:is-expanded")
},hashTypes:{'class': "STRING"},hashContexts:{'class': depth0},contexts:[],types:[],data:data})));

@@ -96,0 +92,0 @@ data.buffer.push(">");

@@ -7,3 +7,5 @@ var express = require('express');

router.get('/', function (req, res) {
agenda.jobs({}, function(err, jobs) {
var find = { nextRunAt: { $gte: new Date() } };
agenda.jobs(find, function(err, jobs) {
res.json(jobs);

@@ -10,0 +12,0 @@ });

{
"name": "agenda-ui",
"version": "0.0.0",
"version": "0.0.1",
"description": "UI for Agenda",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is too big to display

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