Socket
Socket
Sign inDemoInstall

@ribajs/utils

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ribajs/utils - npm Package Compare versions

Comparing version 2.0.0-beta.6 to 2.0.0-beta.7

2

dist/control.d.ts

@@ -10,4 +10,4 @@ import { Deferred } from "./types/index.js";

export declare const debounceF: (fn: (...params: any) => any) => (...params: any) => Promise<unknown>;
export declare const debounce: (fn: (...params: any) => any, wait?: number) => (...params: any) => Promise<unknown>;
export declare const debounce: (fn: (...params: any) => any, wait?: number) => (...params: any[]) => Promise<any>;
export declare const throttle: (fn: (...params: any[]) => any, wait?: number) => (...params: any[]) => Promise<unknown>;
export declare const pTimeout: <T>(value: Promise<T>, ms: number, error?: Error) => Promise<T>;
{
"name": "@ribajs/utils",
"description": "Utils module of Riba.js",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.7",
"type": "module",

@@ -57,10 +57,10 @@ "engines": {

"@babel/runtime-corejs3": "^7.21.0",
"@ribajs/eslint-config": "^2.0.0-beta.6",
"@ribajs/tsconfig": "^2.0.0-beta.6",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.1",
"babel-jest": "^29.4.3",
"eslint": "^8.34.0",
"typescript": "4.9.5"
"@ribajs/eslint-config": "^2.0.0-beta.7",
"@ribajs/tsconfig": "^2.0.0-beta.7",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.6",
"babel-jest": "^29.5.0",
"eslint": "^8.36.0",
"typescript": "5.0.2"
}
}

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