Comparing version 0.7.3 to 0.7.4
@@ -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, |
{ | ||
"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, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71331
2052