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

@im-js/core

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@im-js/core - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

5

functions/throttle-map.d.ts
/**
* `throttleMap` 반환 함수
*/
interface ThrottleMapFunction<T extends string, V> {
export interface ThrottleMapFunction<T extends string, V> {
/**

@@ -20,3 +20,3 @@ * 즉시 실행

*/
interface ThrottleCallback<T extends string, V> {
export interface ThrottleCallback<T extends string, V> {
(dataset: Record<T, V>): void;

@@ -43,2 +43,1 @@ }

export declare function throttleMap<T extends string = string, V = any>(callback: ThrottleCallback<T, V>, time?: number): ThrottleMapFunction<T, V>;
export {};

2

package.json
{
"name": "@im-js/core",
"version": "1.3.1",
"version": "1.3.2",
"description": "Present by IMR",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

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