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

@neovici/cosmoz-utils

Package Overview
Dependencies
Maintainers
0
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neovici/cosmoz-utils - npm Package Compare versions

Comparing version 6.9.1 to 6.10.0

5

dist/function.d.ts

@@ -9,4 +9,5 @@ type OrFn<T> = (...args: T[]) => boolean;

export declare const once: <A extends Arr, R, F extends OnceFn<A, R> = OnceFn<A, R>>(fn: F, check?: OnceCheckFn<A>) => (...args: A) => any;
export declare function invoke<A, R, F extends (...args: A[]) => R>(fn: F, ...args: A[]): ReturnType<F>;
export declare function invoke<F>(fn: F, ...args: unknown[]): F;
export type InvokedType<T> = T extends (...args: any[]) => infer R ? R : T;
export type InvokedParameters<F> = F extends (...args: infer A) => any ? A : never;
export declare function invoke<F>(fn: F, ...args: InvokedParameters<F>): InvokedType<F>;
export {};

2

package.json
{
"name": "@neovici/cosmoz-utils",
"version": "6.9.1",
"version": "6.10.0",
"description": "Date, money and template management functions commonly needed in Cosmoz views.",

@@ -5,0 +5,0 @@ "keywords": [

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