@socketsecurity/lib 3.3.2 → 3.3.3

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 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
+ ## [3.3.3](https://github.com/SocketDev/socket-lib/releases/tag/v3.3.3) - 2025-11-13
9
+
10
+ ### Fixed
11
+
12
+ - **build**: Break node-gyp string to prevent bundler issues with ESM/CJS interop
13
+
8
14
  ## [3.3.2](https://github.com/SocketDev/socket-lib/releases/tag/v3.3.2) - 2025-11-13
9
15
 
10
16
  ### Changed
@@ -28055,7 +28055,7 @@ var require_make_spawn_args = __commonJS({
28055
28055
  } else if (env.npm_config_node_gyp) {
28056
28056
  npm_config_node_gyp = env.npm_config_node_gyp;
28057
28057
  } else {
28058
- npm_config_node_gyp = require.resolve("node-gyp/bin/node-gyp.js");
28058
+ npm_config_node_gyp = require.resolve("node-" + "gyp/bin/node-gyp.js");
28059
28059
  }
28060
28060
  const spawnEnv = setPATH(path, binPaths, {
28061
28061
  // we need to at least save the PATH environment var
@@ -84813,7 +84813,7 @@ var require_make_spawn_args2 = __commonJS({
84813
84813
  } else if (env.npm_config_node_gyp) {
84814
84814
  npm_config_node_gyp = env.npm_config_node_gyp;
84815
84815
  } else {
84816
- npm_config_node_gyp = require.resolve("node-gyp/bin/node-gyp.js");
84816
+ npm_config_node_gyp = require.resolve("node-" + "gyp/bin/node-gyp.js");
84817
84817
  }
84818
84818
  const spawnEnv = setPATH(path, binPaths, {
84819
84819
  // we need to at least save the PATH environment var
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socketsecurity/lib",
3
- "version": "3.3.2",
3
+ "version": "3.3.3",
4
4
  "packageManager": "pnpm@10.22.0",
5
5
  "license": "MIT",
6
6
  "description": "Core utilities and infrastructure for Socket.dev security tools",
@@ -650,7 +650,7 @@
650
650
  ],
651
651
  "engines": {
652
652
  "node": ">=22",
653
- "pnpm": ">=10.21.0"
653
+ "pnpm": ">=10.22.0"
654
654
  },
655
655
  "sideEffects": false,
656
656
  "scripts": {
@@ -686,7 +686,7 @@
686
686
  "@socketregistry/is-unicode-supported": "1.0.5",
687
687
  "@socketregistry/packageurl-js": "1.3.5",
688
688
  "@socketregistry/yocto-spinner": "1.0.25",
689
- "@socketsecurity/lib-stable": "npm:@socketsecurity/lib@3.3.1",
689
+ "@socketsecurity/lib-stable": "npm:@socketsecurity/lib@3.3.2",
690
690
  "@types/node": "24.9.2",
691
691
  "@typescript/native-preview": "7.0.0-dev.20250920.1",
692
692
  "@vitest/coverage-v8": "4.0.3",