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 1.0.2 to 1.0.3

1

dist/internal/struct.d.ts
import type { ClassLike } from '../types.js';
import type * as primitive from './primitives.js';
import './struct-symbols.js';
export interface MemberInit {

@@ -5,0 +4,0 @@ name: string;

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

import './struct-symbols.js';
// @ts-expect-error 2322

@@ -3,0 +2,0 @@ Symbol.struct_init ||= Symbol('struct_init');

4

package.json
{
"name": "utilium",
"version": "1.0.2",
"version": "1.0.3",
"description": "Typescript utilities",

@@ -24,2 +24,3 @@ "main": "dist/index.js",

"lint": "tsc --noEmit && eslint src",
"test": "tsx --test",
"build": "tsc -p tsconfig.json",

@@ -47,2 +48,3 @@ "build:docs": "typedoc",

"prettier": "^3.2.5",
"tsx": "^4.19.1",
"typedoc": "^0.26.6",

@@ -49,0 +51,0 @@ "typescript": "^5.5.4",

import type { ClassLike } from '../types.js';
import type * as primitive from './primitives.js';
import './struct-symbols.js';

@@ -5,0 +4,0 @@ // @ts-expect-error 2322

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