@socketsecurity/lib 5.18.1 → 5.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/constants/socket.js +1 -1
- package/package.json +2 -6
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [5.18.2](https://github.com/SocketDev/socket-lib/releases/tag/v5.18.2) - 2026-04-14
|
|
9
|
+
|
|
10
|
+
### Removed
|
|
11
|
+
|
|
12
|
+
- Remove unused `plugins/` directory and `./plugins/babel-plugin-inline-require-calls` export — no downstream consumers; socket-cli maintains its own local copies
|
|
13
|
+
|
|
8
14
|
## [5.18.1](https://github.com/SocketDev/socket-lib/releases/tag/v5.18.1) - 2026-04-14
|
|
9
15
|
|
|
10
16
|
### Changed — build
|
package/dist/constants/socket.js
CHANGED
|
@@ -76,7 +76,7 @@ const SOCKET_FIREWALL_APP_NAME = "sfw";
|
|
|
76
76
|
const SOCKET_REGISTRY_APP_NAME = "registry";
|
|
77
77
|
const SOCKET_APP_PREFIX = "_";
|
|
78
78
|
const SOCKET_LIB_NAME = "@socketsecurity/lib";
|
|
79
|
-
const SOCKET_LIB_VERSION = "5.18.
|
|
79
|
+
const SOCKET_LIB_VERSION = "5.18.2";
|
|
80
80
|
const SOCKET_LIB_URL = "https://github.com/SocketDev/socket-lib";
|
|
81
81
|
const SOCKET_LIB_USER_AGENT = `socketsecurity-lib/${SOCKET_LIB_VERSION} (${SOCKET_LIB_URL})`;
|
|
82
82
|
const SOCKET_IPC_HANDSHAKE = "SOCKET_IPC_HANDSHAKE";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/lib",
|
|
3
|
-
"version": "5.18.
|
|
3
|
+
"version": "5.18.2",
|
|
4
4
|
"packageManager": "pnpm@11.0.0-rc.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Core utilities and infrastructure for Socket.dev security tools",
|
|
@@ -515,10 +515,6 @@
|
|
|
515
515
|
"types": "./dist/performance.d.ts",
|
|
516
516
|
"default": "./dist/performance.js"
|
|
517
517
|
},
|
|
518
|
-
"./plugins/babel-plugin-inline-require-calls": {
|
|
519
|
-
"types": "./plugins/babel-plugin-inline-require-calls.d.ts",
|
|
520
|
-
"default": "./plugins/babel-plugin-inline-require-calls.js"
|
|
521
|
-
},
|
|
522
518
|
"./process-lock": {
|
|
523
519
|
"types": "./dist/process-lock.d.ts",
|
|
524
520
|
"default": "./dist/process-lock.js"
|
|
@@ -737,7 +733,7 @@
|
|
|
737
733
|
"@socketregistry/is-unicode-supported": "1.0.5",
|
|
738
734
|
"@socketregistry/packageurl-js": "1.4.1",
|
|
739
735
|
"@socketregistry/yocto-spinner": "1.0.25",
|
|
740
|
-
"@socketsecurity/lib-stable": "npm:@socketsecurity/lib@5.18.
|
|
736
|
+
"@socketsecurity/lib-stable": "npm:@socketsecurity/lib@5.18.1",
|
|
741
737
|
"@types/node": "24.9.2",
|
|
742
738
|
"@typescript/native-preview": "7.0.0-dev.20250920.1",
|
|
743
739
|
"@vitest/coverage-v8": "4.0.3",
|