New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

china-time

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

china-time - npm Package Compare versions

Comparing version

to
0.12.2

2

package.json
{
"name": "china-time",
"version": "0.12.1",
"version": "0.12.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -29,6 +29,6 @@

console.log(chinaTime()); // 2018-02-07T04:38:00.000Z
console.log(chinaTime().getTime()) // 1517978280000
console.log(chinaTime('YYYY-MM-DD HH:mm:ss')) // 2018-02-07 13:08:17
console.log(chinaTime('YY/MM/DD HH:mm')) // 18/02/07 13:08
console.log(chinaTime('YYYY MM DD')) // 2018 02 07
console.log(chinaTime().getTime()); // 1517978280000
console.log(chinaTime('YYYY-MM-DD HH:mm:ss')); // 2018-02-07 13:08:17
console.log(chinaTime('YY/MM/DD HH:mm')); // 18/02/07 13:08
console.log(chinaTime('YYYY MM DD')); // 2018 02 07
```

@@ -35,0 +35,0 @@