🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@plasius/environment

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plasius/environment - npm Package Compare versions

Comparing version
1.0.11
to
1.0.12
+16
-1
CHANGELOG.md

@@ -23,2 +23,16 @@ # Changelog

## [1.0.12] - 2026-04-02
- **Added**
- (placeholder)
- **Changed**
- (placeholder)
- **Fixed**
- (placeholder)
- **Security**
- (placeholder)
## [1.0.11] - 2026-03-04

@@ -123,3 +137,3 @@

[Unreleased]: https://github.com/Plasius-LTD/environment/compare/v1.0.11...HEAD
[Unreleased]: https://github.com/Plasius-LTD/environment/compare/v1.0.12...HEAD

@@ -145,1 +159,2 @@ ## [1.0.0] - 2026-02-11

[1.0.11]: https://github.com/Plasius-LTD/environment/releases/tag/v1.0.11
[1.0.12]: https://github.com/Plasius-LTD/environment/releases/tag/v1.0.12
+13
-13
{
"name": "@plasius/environment",
"version": "1.0.11",
"version": "1.0.12",
"description": "Plasius Environment provider/context",

@@ -37,3 +37,3 @@ "keywords": [

"peerDependencies": {
"react": "^19.1.0"
"react": "^19"
},

@@ -45,15 +45,15 @@ "devDependencies": {

"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.56.0",
"@typescript-eslint/parser": "^8.56.0",
"@vitest/coverage-v8": "^4.0.18",
"ajv": "^6.12.6",
"eslint": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"@vitest/coverage-v8": "^4.1.2",
"ajv": "^8.18.0",
"eslint": "^10.1.0",
"globals": "^17.3.0",
"npm-run-all": "^1.1.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"npm-run-all": "^4.1.5",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"rimraf": "^6.0.1",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"vitest": "^4.0.18",
"typescript": "^6.0.2",
"vitest": "^4.1.2",
"zod": "^4.0.17"

@@ -108,3 +108,3 @@ },

"engines": {
"node": ">=22.12"
"node": ">=24"
},

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