New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

duratiform

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duratiform - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

.travis.yml

6

bower.json
{
"name": "duratiform",
"main": [
"duratiform.js",
"duratiform.min.js"
"dist/duratiform.js",
"dist/duratiform.min.js"
],
"version": "0.0.1",
"version": "0.1.0",
"homepage": "https://github.com/gamtiq/duratiform",

@@ -9,0 +9,0 @@ "authors": [

{
"name": "duratiform",
"repo": "gamtiq/duratiform",
"repository": "gamtiq/duratiform",
"description": "Utility to separate into parts and to format time duration in milliseconds",
"version": "0.0.1",
"version": "0.1.0",
"keywords": [

@@ -7,0 +7,0 @@ "time",

@@ -50,2 +50,11 @@ module.exports = function(grunt) {

mochacov: {
test: {},
cover: {
options: {
reporter: "json-cov"
}
}
},
uglify: {

@@ -75,2 +84,3 @@ minify: {

grunt.loadNpmTasks("grunt-mocha-cli");
grunt.loadNpmTasks("grunt-mocha-cov");
grunt.loadNpmTasks("grunt-umd");

@@ -81,5 +91,6 @@

grunt.registerTask("doc", ["jsdoc"]);
grunt.registerTask("test", ["mochacli"]);
grunt.registerTask("test", ["mochacov:test"]);
// grunt.registerTask("test", ["mochacli"]);
grunt.registerTask("default", ["jshint", "mochacli"]);
grunt.registerTask("all", ["default", "build", "doc"]);
};
{
"name": "duratiform",
"version": "0.0.1",
"version": "0.1.0",
"description": "Utility to separate into parts and to format time duration in milliseconds",

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

# duratiform
Utility to separate into parts and to format time duration in milliseconds.
[![NPM version](https://badge.fury.io/js/duratiform.png)](http://badge.fury.io/js/duratiform)
[![Build Status](https://travis-ci.org/gamtiq/duratiform.png)](https://travis-ci.org/gamtiq/duratiform)
Utility to separate into parts and to format time duration in milliseconds.
## Installation

@@ -13,3 +14,3 @@

### [Component](http://component.io)
### [Component](https://github.com/componentjs/component)

@@ -16,0 +17,0 @@ component install gamtiq/duratiform

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