Socket
Socket
Sign inDemoInstall

dateformat

Package Overview
Dependencies
0
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.0-1.2.3 to 1.0.0-1.2.3

4

package.json
{ "name" : "dateformat"
, "description": "A commonjs port of Steven Levithan's dateFormat function."
, "description": "A node.js package for Steven Levithan's excellent dateFormat() function."
, "maintainers": "Felix Geisendörfer <felix@debuggable.com>"
, "homepage": "https://github.com/felixge/node-dateformat"
, "author": "Steven Levithan"
, "version": "0.9.0-1.2.3"
, "version": "1.0.0-1.2.3"
, "main" : "./lib/dateformat"
}
# node-dateformat
A node.js package for Steven Levithan's JavaScript [dateFormat()][dateformat].
A node.js package for Steven Levithan's excellent [dateFormat()][dateformat] function.

@@ -8,3 +8,3 @@ ## Modifications

* Removed the `Date.prototype.format` method. Sorry folks, but extending native prototypes is for suckers.
* Added a `module.exports = dateFormat`
* Added a `module.exports = dateFormat;` statement at the bottom

@@ -11,0 +11,0 @@ ## Usage

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc