Socket
Socket
Sign inDemoInstall

date-and-time

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

date-and-time - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

25

package.json
{
"name": "date-and-time",
"version": "2.4.0",
"version": "2.4.1",
"description": "A Minimalist DateTime utility for Node.js and the browser",

@@ -11,24 +11,15 @@ "main": "date-and-time.js",

".": {
"browser": {
"import": "./esm/date-and-time.es.js",
"require": "./date-and-time.js"
},
"import": "./esm/date-and-time.mjs",
"require": "./date-and-time.js"
"require": "./date-and-time.js",
"browser": "./esm/date-and-time.es.js"
},
"./locale/*": {
"browser": {
"import": "./esm/locale/*.es.js",
"require": "./locale/*.js"
},
"import": "./esm/locale/*.mjs",
"require": "./locale/*.js"
"require": "./locale/*.js",
"browser": "./esm/locale/*.es.js"
},
"./plugin/*": {
"browser": {
"import": "./esm/plugin/*.es.js",
"require": "./plugin/*.js"
},
"import": "./esm/plugin/*.mjs",
"require": "./plugin/*.js"
"require": "./plugin/*.js",
"browser": "./esm/plugin/*.es.js"
}

@@ -63,5 +54,5 @@ },

"mocha-headless-chrome": "^4.0.0",
"rollup": "^2.75.7",
"rollup": "^2.77.0",
"tsd": "^0.21.0"
}
}

@@ -27,2 +27,5 @@ # date-and-time

- 2.4.1
- Fixed the previous Jest support.
- 2.4.0

@@ -38,5 +41,2 @@ - Support for testing in Jest.

- 2.2.1
- Fixed an issue where `parse()` would treat a date and time string containing a UTC time zone (i.e. +0000) as a local time zone when parsing.
## Usage

@@ -43,0 +43,0 @@

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