Socket
Socket
Sign inDemoInstall

idmp

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idmp - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

dist/index.d.ts

@@ -1,2 +0,2 @@

export interface C {
export interface IOptions {
/**

@@ -43,4 +43,4 @@ * @default: 30 times

}>;
declare const idmp: <T, A>(globalKey: string | number | symbol | false | null | undefined, promiseFunc: PromiseCR<T, A>, options?: C) => Promise<T>;
declare const idmp: <T, A>(globalKey: string | number | symbol | false | null | undefined, promiseFunc: PromiseCR<T, A>, options?: IOptions) => Promise<T>;
export default idmp;
export { _globalStore as g };
{
"name": "idmp",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"cache response",
"swr without hooks",
"deduplicate network requests"
],
"type": "module",

@@ -20,3 +25,4 @@ "exports": {

"dev": "vite",
"lint": "prettier . --write"
"lint": "prettier . --write",
"prepublishOnly": "pnpm run build"
},

@@ -23,0 +29,0 @@ "devDependencies": {

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