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 1.0.1 to 1.0.2

2

package.json
{
"name": "md.daily",
"version": "1.0.1",
"version": "1.0.2",
"description": "for daily store",

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

@@ -61,2 +61,8 @@ const path = require('path')

// 当文件被删除
// 被动的取消绑定
this.watcher.on('unlink', path => {
this.endWatch();
});
return this;

@@ -66,3 +72,3 @@ }

/**
* @description 取消绑定
* @description 主动取消绑定
* @returns { Daily } 链式调用

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