Skip to content

Commit 880ee30

Browse files
authored
chore: bump version to 3.5.0 (#545)
1 parent 4f4c617 commit 880ee30

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## [3.5.0](https://github.com/SocketDev/socket-sdk-js/releases/tag/v3.5.0) - 2026-04-03
8+
9+
### Added
10+
11+
- **checkMalware**: New API method for normalized malware detection across public and org tokens
12+
- Public tokens use the firewall API with client-side `publicPolicy` filtering
13+
- Org tokens use the batch PURL API with full server-assigned org policy
14+
- Both paths return the same normalized `MalwareCheckResult` shape
15+
- New exported types: `MalwareCheckAlert`, `MalwareCheckPackage`, `MalwareCheckResult`, `MalwareCheckScore`
16+
- New audit log action types: `CreateTicket`, `DisconnectJiraIntegration`, `JiraIntegrationConnected`
17+
- New `alert-resolution` permission scope (list, create, read, delete)
18+
- New `workspace` parameter for `createOrgFullScan` package entries
19+
- New `SocketSBOMScore` schema for supply chain risk score breakdowns with formulas and components
20+
- New `skillPreExecution` alert type and policy action
21+
- Full scan `include_scores` and `include_scores_details` query parameters with `scores` ndjson event
22+
- Batch PURL `timeoutSec` parameter for scan result timeout control
23+
724
## [3.4.1](https://github.com/SocketDev/socket-sdk-js/releases/tag/v3.4.1) - 2026-03-12
825

926
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/sdk",
3-
"version": "3.4.1",
3+
"version": "3.5.0",
44
"description": "SDK for the Socket API client",
55
"homepage": "https://github.com/SocketDev/socket-sdk-js",
66
"license": "MIT",

0 commit comments

Comments
 (0)