Socket
Socket
Sign inDemoInstall

dateformat

Package Overview
Dependencies
0
Maintainers
6
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.6.1 to 4.6.2

24

package.json

@@ -5,4 +5,3 @@ {

"maintainers": [
"Felix Geisendörfer <felix@debuggable.com>",
"Chase Manning <me@chasemanning.co.nz>"
"Felix Geisendörfer <felix@debuggable.com>"
],

@@ -15,18 +14,16 @@ "homepage": "https://github.com/felixge/node-dateformat",

"Christoph Tavan <dev@tavan.de>",
"Jon Schlinkert (https://github.com/jonschlinkert)",
"Chase Manning <me@chasemanning.co.nz>"
"Jon Schlinkert (https://github.com/jonschlinkert)"
],
"version": "4.6.1",
"version": "4.6.2",
"license": "MIT",
"type": "module",
"main": "lib/dateformat",
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"mocha": "^9.0.3",
"uglify-js": "^3.14.1"
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"mocha": "^8.2.1",
"uglify-js": "^3.12.5"
},
"engines": {
"node": ">=12.20"
"node": "*"
},

@@ -41,3 +38,4 @@ "scripts": {

"url": "https://github.com/felixge/node-dateformat.git"
}
},
"dependencies": {}
}

@@ -5,2 +5,4 @@ # dateformat

[![Build Status](https://travis-ci.org/felixge/node-dateformat.svg)](https://travis-ci.org/felixge/node-dateformat)
## Modifications

@@ -24,3 +26,3 @@

```js
import dateFormat from "dateformat";
var dateFormat = require("dateformat");
var now = new Date();

@@ -142,3 +144,3 @@

```js
import dateFormat from "dateformat";
var dateFormat = require("dateformat");
dateFormat.i18n = {

@@ -145,0 +147,0 @@ dayNames: [

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