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

backgrid-moment-cell

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backgrid-moment-cell - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

test/coverage/Chrome 49.0.2623 (Mac OS X 10.11.3)/backgrid-moment-cell/backgrid-moment-cell.js.html

10

backgrid-moment-cell.js

@@ -24,2 +24,6 @@ /*

"use strict";
var exports = {};
/**

@@ -36,3 +40,3 @@ MomentFormatter converts bi-directionally any datetime values in any format

*/
var MomentFormatter = Backgrid.Extension.MomentFormatter = function (options) {
var MomentFormatter = exports.MomentFormatter = Backgrid.Extension.MomentFormatter = function (options) {
_.extend(this, this.defaults, options);

@@ -162,3 +166,3 @@ };

*/
var MomentCell = Backgrid.Extension.MomentCell = Backgrid.Cell.extend({
var MomentCell = exports.MomentCell = Backgrid.Extension.MomentCell = Backgrid.Cell.extend({

@@ -205,2 +209,4 @@ editor: Backgrid.InputCellEditor,

return exports;
}));

8

bower.json

@@ -7,3 +7,3 @@ {

],
"version": "0.3.5",
"version": "0.3.8",
"description": "Backgrid.js datetime cell type formatted via moment.js.",

@@ -28,6 +28,6 @@ "homepage": "https://github.com/wyuenho/backgrid-moment-cell",

"dependencies": {
"backgrid": "~0.3.0",
"moment": "~2.5.0",
"underscore": "~1.5.2"
"backgrid": "~0.3.7",
"moment": "^2.12.0",
"underscore": "^1.8.3"
}
}
{
"name": "backgrid-moment-cell",
"version": "0.3.7",
"version": "0.3.8",
"description": "Backgrid.js datetime cell type formatted via moment.js.",

@@ -5,0 +5,0 @@ "main": "backgrid-moment-cell.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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