Socket
Socket
Sign inDemoInstall

dateformat

Package Overview
Dependencies
Maintainers
5
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dateformat - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

2

lib/dateformat.js

@@ -19,3 +19,3 @@ /*

var dateFormat = (function() {
var token = /d{1,4}|m{1,4}|yy(?:yy)?|([HhMsTt])\1?|[LloSZWN]|'[^']*'|'[^']*'/g;
var token = /d{1,4}|m{1,4}|yy(?:yy)?|([HhMsTt])\1?|[LloSZWN]|"[^"]*"|'[^']*'/g;
var timezone = /\b(?:[PMCEA][SDP]T|(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time|(?:GMT|UTC)(?:[-+]\d{4})?)\b/g;

@@ -22,0 +22,0 @@ var timezoneClip = /[^-+\dA-Z]/g;

@@ -13,3 +13,3 @@ {

],
"version": "3.0.2",
"version": "3.0.3",
"license": "MIT",

@@ -16,0 +16,0 @@ "main": "lib/dateformat",

@@ -0,0 +0,0 @@ # dateformat

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