Huge News!Announcing our $40M Series B led by Abstract Ventures.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.7.3 to 0.7.4

3

dist/internal/struct.js

@@ -19,2 +19,5 @@ export const init = Symbol('struct_init');

}
if (Symbol.metadata in target) {
return;
}
Object.defineProperty(target, Symbol.metadata, {

@@ -21,0 +24,0 @@ enumerable: true,

2

package.json
{
"name": "utilium",
"version": "0.7.3",
"version": "0.7.4",
"description": "Typescript utilies",

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

@@ -79,2 +79,5 @@ import type { ClassLike } from '../types.js';

}
if (Symbol.metadata in target) {
return;
}
Object.defineProperty(target, Symbol.metadata, {

@@ -81,0 +84,0 @@ enumerable: true,

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