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

febs

Package Overview
Dependencies
Maintainers
3
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

febs - npm Package Compare versions

Comparing version 0.8.65 to 0.8.66

2

package.json

@@ -88,3 +88,3 @@ {

"name": "febs",
"version": "0.8.65"
"version": "0.8.66"
}

@@ -991,3 +991,4 @@ // Type definitions for febs

*/
function dirCopyExcludeAsync(src: string, dest: string, excludePath:RegExp = null): Promise<()=>{}>;
function dirCopyExcludeAsync(src: string, dest: string): Promise<()=>{}>;
function dirCopyExcludeAsync(src: string, dest: string, excludePath:RegExp): Promise<()=>{}>;
/**

@@ -994,0 +995,0 @@ * @desc: [only in server] 删除文件夹.

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