Socket
Socket
Sign inDemoInstall

dateformat

Package Overview
Dependencies
51
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.11 to 1.0.12

4

lib/dateformat.js

@@ -218,3 +218,5 @@ /*

if (typeof define === 'function' && define.amd) {
define(dateFormat);
define(function () {
return dateFormat;
});
} else if (typeof exports === 'object') {

@@ -221,0 +223,0 @@ module.exports = dateFormat;

@@ -12,7 +12,4 @@ {

],
"version": "1.0.11",
"licenses": {
"type": "MIT",
"url": "https://raw.githubusercontent.com/felixge/node-dateformat/master/LICENSE"
},
"version": "1.0.12",
"license": "MIT",
"main": "lib/dateformat",

@@ -23,4 +20,4 @@ "bin": {

"dependencies": {
"get-stdin": "*",
"meow": "*"
"get-stdin": "^4.0.1",
"meow": "^3.3.0"
},

@@ -27,0 +24,0 @@ "devDependencies": {

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