New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.0 to 2.1.1

2

package.json
{
"name": "md.daily",
"version": "2.1.0",
"version": "2.1.1",
"description": "for daily store",

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

> VERSION 2.0.2
> VERSION 2.1.1

@@ -4,0 +4,0 @@ # 日记 md.daily

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

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ const path = require('path')

@@ -0,0 +0,0 @@ module.exports = {

@@ -0,0 +0,0 @@ const { EventEmitter } = require('events');

@@ -0,0 +0,0 @@ const parse = require('./parse');

@@ -69,3 +69,3 @@ const beauty = require('./beauty')

} catch (err) {
console.log('Meta Parse Error');
console.log('md.daily: Meta Parse Error, info:', meta_text);
console.log(err);

@@ -72,0 +72,0 @@ }

@@ -0,0 +0,0 @@ const { EventEmitter } = require('events')

@@ -0,0 +0,0 @@ daily {

@@ -0,0 +0,0 @@ /**

const path = require('path')
, README_FILE = path.join(__dirname, 'README.md')
, Daily = require('./index')
, Daily = require('./Daily')

@@ -5,0 +5,0 @@ let readme = new Daily(README_FILE);

Sorry, the diff of this file is not supported yet

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