Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

md.daily

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

md.daily - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"name": "md.daily",
"version": "2.0.2",
"version": "2.0.3",
"description": "for daily store",

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

@@ -12,3 +12,3 @@ const md5 = require('md5');

obj.title = obj.title || '未定义标题';
obj.author = obj.author || 'x in (eczn, deswan)'
// obj.author = obj.author || 'x in (eczn, deswan)'

@@ -21,3 +21,3 @@ // 过滤

obj.time = new Date(obj.time)
obj.time = new Date(obj.time || obj.date);

@@ -24,0 +24,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