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

utilium

Package Overview
Dependencies
Maintainers
0
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.5.7 to 0.5.8

1

dist/list.d.ts

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

/// <reference types="node" resolution-mode="require"/>
import { EventEmitter } from 'eventemitter3';

@@ -3,0 +2,0 @@ export declare class List<T> extends EventEmitter<'update'> implements Set<T>, RelativeIndexable<T> {

@@ -33,2 +33,6 @@ import * as Struct from './internal/struct.js';

type Context = string | symbol | ClassMemberDecoratorContext;
declare function _member<T extends primitive.Valid>(type: T): {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
/**

@@ -39,87 +43,2 @@ * Shortcut types

*/
export declare const types: {
int8: {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
int16: {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
int32: {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
int64: {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
uint8: {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
uint16: {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
uint32: {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
uint64: {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
float32: {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
float64: {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
Int8: {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
Int16: {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
Int32: {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
Int64: {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
Uint8: {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
Uint16: {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
Uint32: {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
Uint64: {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
Float32: {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
Float64: {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
char: {
(length: number): (target: object, context?: Context) => void;
(target: object, context?: Context): void;
};
};
export declare const types: { [K in primitive.Valid]: ReturnType<typeof _member<K>>; };

6

package.json
{
"name": "utilium",
"version": "0.5.7",
"version": "0.5.8",
"description": "Typescript utilies",

@@ -36,4 +36,4 @@ "main": "dist/index.js",

"prettier": "^3.2.5",
"typedoc": "^0.24.8",
"typescript": "^5.1.6"
"typedoc": "^0.26.6",
"typescript": "^5.5.4"
},

@@ -40,0 +40,0 @@ "dependencies": {

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