Socket
Socket
Sign inDemoInstall

strnow

Package Overview
Dependencies
143
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

docs/asset-manifest.json

6

package.json
{
"name": "strnow",
"version": "1.0.1",
"version": "1.0.2",
"description": "Get formated date and time (YYYY-MM-DD HH:mm:ss)",

@@ -8,6 +8,6 @@ "main": "strnow.js",

"author": "MarceloXP <marceloxp@gmail.com>",
"license": "GPL-3.0",
"license": "MIT",
"dependencies": {
"date-and-time": "^0.6.2"
"date-and-time": "^2.4.1"
}
}
# strnow
> Get formated date and time (YYYY-MM-DD HH:mm:ss)
[![npm version](https://badge.fury.io/js/strnow.svg)](https://badge.fury.io/js/strnow) [![](https://data.jsdelivr.com/v1/package/npm/strnow/badge)](https://www.jsdelivr.com/package/npm/strnow) [![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
[![npm version](https://badge.fury.io/js/strnow.svg)](https://badge.fury.io/js/strnow) [![](https://data.jsdelivr.com/v1/package/npm/strnow/badge)](https://www.jsdelivr.com/package/npm/strnow) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
## Installation

@@ -10,3 +12,8 @@

or
`npm install strnow --save-dev`
## Usage
```javascript

@@ -17,2 +24,2 @@ const strnow = require('strnow');

// OUTPUT EXAMPLE: 2018-07-19 14:21:40
```
```

Sorry, the diff of this file is not supported yet

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