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.68 to 0.8.69

4

browser/types/index.d.ts

@@ -627,3 +627,3 @@

*/
function mergeMap(...map: object[]): object;
function mergeMap(...map: any[]): any;

@@ -760,3 +760,3 @@ /**

*/
function crc32_file(fileObj: object, cb: (crc32: number) => void): void;
function crc32_file(fileObj: any, cb: (crc32: number) => void): void;

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

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

"name": "febs",
"version": "0.8.68"
"version": "0.8.69"
}

@@ -640,3 +640,3 @@ // Type definitions for febs

*/
function mergeMap(...map: object[]): object;
function mergeMap(...map: any[]): any;

@@ -795,3 +795,3 @@ /**

*/
function crc32_file(fileObj: object, cb: (crc32: number) => void): void;
function crc32_file(fileObj: any, cb: (crc32: number) => void): void;

@@ -1089,3 +1089,3 @@ /**

* 发生错误会自动调用 cleanup
* @param finishCB: async function(filename):object.
* @param finishCB: async function(filename):any.
* - filename: 本地存储的文件名.

@@ -1092,0 +1092,0 @@ * - return: 返回给客户端的数据. 不能包含err数据.

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