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

helper-date

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helper-date - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

27

package.json
{
"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": [

]
}
}
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