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

@plasius/api

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plasius/api - npm Package Compare versions

Comparing version
1.0.9
to
1.0.10
+21
-5
CHANGELOG.md

@@ -21,15 +21,30 @@ # Changelog

## [1.0.10] - 2026-03-04
- **Added**
- Added focused middleware and HTTP utility test coverage for core composition, rate limiting, and error helpers.
- **Changed**
- Restored CI line-coverage enforcement to `>= 80%`.
- Restored Vitest thresholds to `lines/functions/statements >= 80%` and `branches >= 70%`.
- **Fixed**
- Removed `azure-functions-core-tools` from package devDependencies to avoid toolchain drift and unnecessary transitive install risk.
- **Security**
- Updated dependency override policy to pin `minimatch` to a patched `^10.2.4`.
## [1.0.9] - 2026-03-04
- **Added**
- (placeholder)
- Added repository-wide private certificate-key ignore rules for `certs/**/*-key.pem`, `certs/**/*.key`, and `certs/**/*.p8`.
- **Changed**
- (placeholder)
- Standardized repository AGENTS quality-gate guidance for accessibility, code quality, and secrets handling.
- **Fixed**
- (placeholder)
- Removed tracked localhost private-key material from source control.
- **Security**
- (placeholder)
- Rotated leaked localhost development key material and retained only public certificate assets in-repo.

@@ -151,3 +166,3 @@ ## [1.0.6] - 2026-03-01

[Unreleased]: https://github.com/Plasius-LTD/api/compare/v1.0.9...HEAD
[Unreleased]: https://github.com/Plasius-LTD/api/compare/v1.0.10...HEAD
[1.0.0]: https://github.com/Plasius-LTD/api/releases/tag/v1.0.0

@@ -161,1 +176,2 @@ [1.0.1]: https://github.com/Plasius-LTD/api/releases/tag/v1.0.1

[1.0.9]: https://github.com/Plasius-LTD/api/releases/tag/v1.0.9
[1.0.10]: https://github.com/Plasius-LTD/api/releases/tag/v1.0.10
+2
-3
{
"name": "@plasius/api",
"version": "1.0.9",
"version": "1.0.10",
"description": "Generic public API security and middleware helpers.",

@@ -82,3 +82,2 @@ "private": false,

"@vitest/coverage-v8": "^4.0.18",
"azure-functions-core-tools": "^2.0.0",
"eslint": "^10.0.1",

@@ -108,4 +107,4 @@ "globals": "^17.3.0",

"overrides": {
"minimatch": "^10.2.1"
"minimatch": "^10.2.4"
}
}