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

moment-duration-format

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moment-duration-format - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

5

bower.json
{
"name": "moment-duration-format",
"version": "1.2.0",
"version": "1.2.1",
"description": "A moment.js plugin for formatting durations.",

@@ -11,4 +11,3 @@ "main": "lib/moment-duration-format.js",

"authors": [
"John Madhavan-Reese <jsmreese@pureshare.com> (http://pureshare.com/)",
"Jarvis Badgley <chiper@chipersoft.com>"
"John Madhavan-Reese <jsmreese@pureshare.com> (http://pureshare.com/)"
],

@@ -15,0 +14,0 @@ "keywords": [

6

lib/moment-duration-format.js

@@ -1,4 +0,4 @@

/*! Moment Duration Format v1.2.0
/*! Moment Duration Format v1.2.1
* https://github.com/jsmreese/moment-duration-format
* Date: 2014-04-23
* Date: 2014-04-24
*

@@ -79,3 +79,3 @@ * Duration format plugin function for the Moment.js library

// require moment
_ = require('moment');
moment = require('moment');
} else if (root.moment) {

@@ -82,0 +82,0 @@ moment = root.moment;

{
"name": "moment-duration-format",
"version": "1.2.0",
"version": "1.2.1",
"description": "A moment.js plugin for formatting durations.",

@@ -11,4 +11,3 @@ "main": "lib/moment-duration-format.js",

"authors": [
"John Madhavan-Reese <jsmreese@pureshare.com> (http://pureshare.com/)",
"Jarvis Badgley <chiper@chipersoft.com>"
"John Madhavan-Reese <jsmreese@pureshare.com> (http://pureshare.com/)"
],

@@ -15,0 +14,0 @@ "keywords": [

@@ -19,3 +19,3 @@ #Moment Duration Format

##### Bower
`bowser install moment-duration-format`
`bower install moment-duration-format`

@@ -22,0 +22,0 @@ ##### Browser

@@ -0,0 +0,0 @@ /**

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

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

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