Socket
Socket
Sign inDemoInstall

@furystack/utils

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furystack/utils - npm Package Compare versions

Comparing version 4.0.16 to 4.0.17

2

esm/debounce.spec.d.ts
/**
* Tests for debounce
*/
export declare const debounceTests: import("@vitest/runner/dist/tasks-_kyNRBhz.js").f<{}>;
export declare const debounceTests: import("vitest").SuiteCollector<{}>;
//# sourceMappingURL=debounce.spec.d.ts.map

@@ -13,3 +13,3 @@ /**

*/
export declare const deepMerge: <T>(target: T, ...sources: (DeepPartial<T> | undefined)[]) => T;
export declare const deepMerge: <T>(target: T, ...sources: Array<DeepPartial<T> | undefined>) => T;
//# sourceMappingURL=deep-merge.d.ts.map

@@ -21,3 +21,3 @@ import type { Disposable } from './disposable.js';

*/
export declare const disposableTests: import("@vitest/runner/dist/tasks-_kyNRBhz.js").f<{}>;
export declare const disposableTests: import("vitest").SuiteCollector<{}>;
//# sourceMappingURL=disposable.spec.d.ts.map
/**
* Observable Value tests
*/
export declare const observableTests: import("@vitest/runner/dist/tasks-_kyNRBhz.js").f<{}>;
export declare const observableTests: import("vitest").SuiteCollector<{}>;
//# sourceMappingURL=observable-value.spec.d.ts.map
/**
* Path Helper tests
*/
export declare const pathHelperTests: import("@vitest/runner/dist/tasks-_kyNRBhz.js").f<{}>;
export declare const pathHelperTests: import("vitest").SuiteCollector<{}>;
//# sourceMappingURL=path-helper.spec.d.ts.map
/**
* Tests for async sleep
*/
export declare const sleepAsyncTests: import("@vitest/runner/dist/tasks-_kyNRBhz.js").f<{}>;
export declare const sleepAsyncTests: import("vitest").SuiteCollector<{}>;
//# sourceMappingURL=sleep-async.spec.d.ts.map

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

export declare const traceTests: import("@vitest/runner/dist/tasks-_kyNRBhz.js").f<{}>;
export declare const traceTests: import("vitest").SuiteCollector<{}>;
//# sourceMappingURL=trace.spec.d.ts.map
{
"name": "@furystack/utils",
"version": "4.0.16",
"version": "4.0.17",
"description": "General utilities",

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

"devDependencies": {
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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