helper-date
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "helper-date", | ||
"description": "Format dates with date.js and moment.js. Uses date.js to parse human readable date phrases, and moment to format the rendered output. Should work with any Handlebars, Lo-Dash, underscore, or any template engine that allows helper functions to be registered. Also compatible with verb, assemble and Template.", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"homepage": "https://github.com/helpers/helper-date", | ||
@@ -17,7 +17,6 @@ "author": { | ||
}, | ||
"license": { | ||
"type": "MIT", | ||
"url": "https://github.com/helpers/helper-date/blob/master/LICENSE" | ||
}, | ||
"files": ["index.js"], | ||
"license": "MIT", | ||
"files": [ | ||
"index.js" | ||
], | ||
"main": "index.js", | ||
@@ -32,11 +31,11 @@ "engines": { | ||
"date.js": "^0.2.0", | ||
"extend-shallow": "^0.2.0", | ||
"kind-of": "^0.1.2", | ||
"moment": "^2.8.4" | ||
"extend-shallow": "^1.1.4", | ||
"kind-of": "^2.0.0", | ||
"moment": "^2.10.3" | ||
}, | ||
"devDependencies": { | ||
"handlebars": "^2.0.0", | ||
"lodash": "^2.4.1", | ||
"should": "*", | ||
"mocha": "*" | ||
"handlebars": "^3.0.3", | ||
"lodash": "^3.9.3", | ||
"mocha": "^2.2.5", | ||
"should": "^7.0.1" | ||
}, | ||
@@ -71,2 +70,2 @@ "keywords": [ | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7345
+ Addedextend-shallow@1.1.4(transitive)
+ Addedis-buffer@1.1.6(transitive)
+ Addedkind-of@1.1.02.0.1(transitive)
- Removedarray-slice@0.2.3(transitive)
- Removedextend-shallow@0.2.0(transitive)
- Removedkind-of@0.1.2(transitive)
Updatedextend-shallow@^1.1.4
Updatedkind-of@^2.0.0
Updatedmoment@^2.10.3