New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

utilium

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utilium - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

2

dist/types.d.ts

@@ -168,3 +168,3 @@ /**

export type MapKeys<T> = T extends Map<infer K, any> ? K : never;
export type ClassLike<Instance = unknown> = abstract new (...args: unknown[]) => Instance;
export type ClassLike<Instance = any> = abstract new (...args: any[]) => Instance;
/**

@@ -171,0 +171,0 @@ * Converts a union to an intersection

{
"name": "utilium",
"version": "0.6.2",
"version": "0.6.3",
"description": "Typescript utilies",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -205,3 +205,3 @@ /**

export type ClassLike<Instance = unknown> = abstract new (...args: unknown[]) => Instance;
export type ClassLike<Instance = any> = abstract new (...args: any[]) => Instance;

@@ -208,0 +208,0 @@ /**

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