Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@plasius/entity-manager

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plasius/entity-manager - npm Package Compare versions

Comparing version
1.0.15
to
1.0.16
+16
-0
CHANGELOG.md

@@ -24,2 +24,17 @@

## [1.0.16] - 2026-05-13
- **Added**
- (placeholder)
- **Changed**
- Refreshed dependencies to the latest stable published versions.
- (placeholder)
- **Fixed**
- (placeholder)
- **Security**
- (placeholder)
## [1.0.15] - 2026-04-21

@@ -222,1 +237,2 @@

[1.0.15]: https://github.com/Plasius-LTD/entity-manager/releases/tag/v1.0.15
[1.0.16]: https://github.com/Plasius-LTD/entity-manager/releases/tag/v1.0.16
+9
-9
{
"name": "@plasius/entity-manager",
"version": "1.0.15",
"version": "1.0.16",
"description": "Entity definition & validation helpers for Plasius ecosystem",

@@ -19,3 +19,3 @@ "type": "module",

"dependencies": {
"@plasius/schema": "^1.2.8"
"@plasius/schema": "^1.2.11"
},

@@ -58,12 +58,12 @@ "exports": {

"@eslint/js": "^10.0.1",
"@types/node": "^25.6.0",
"@typescript-eslint/eslint-plugin": "^8.59.0",
"@typescript-eslint/parser": "^8.59.0",
"@vitest/coverage-v8": "^4.1.4",
"eslint": "^10.2.1",
"globals": "^17.5.0",
"@types/node": "^25.7.0",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"@vitest/coverage-v8": "^4.1.6",
"eslint": "^10.3.0",
"globals": "^17.6.0",
"tsup": "^8.5.1",
"tsx": "^4.21.0",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
"vitest": "^4.1.6"
},

@@ -70,0 +70,0 @@ "overrides": {