@socketsecurity/lib 5.4.0 → 5.5.0

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.
@@ -0,0 +1,6 @@
1
+ 'use strict'
2
+
3
+ // Re-export from external-pack bundle for better deduplication.
4
+ const { hasFlag } = require('./external-pack')
5
+ // has-flag is an ESM module with default export.
6
+ module.exports = hasFlag.default || hasFlag
@@ -11,9 +11,9 @@ var __commonJS = (cb, mod) => function __require() {
11
11
  return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
12
12
  };
13
13
 
14
- // node_modules/.pnpm/libnpmexec@10.1.11/node_modules/libnpmexec/lib/get-bin-from-manifest.js
14
+ // node_modules/.pnpm/libnpmexec@10.1.11_supports-color@10.0.0/node_modules/libnpmexec/lib/get-bin-from-manifest.js
15
15
  var require_get_bin_from_manifest = __commonJS({
16
- "node_modules/.pnpm/libnpmexec@10.1.11/node_modules/libnpmexec/lib/get-bin-from-manifest.js"(exports2, module2) {
16
+ "node_modules/.pnpm/libnpmexec@10.1.11_supports-color@10.0.0/node_modules/libnpmexec/lib/get-bin-from-manifest.js"(exports2, module2) {
17
17
  var getBinFromManifest2 = /* @__PURE__ */ __name((mani) => {
18
18
  const bin = mani.bin || {};
19
19
  if (new Set(Object.values(bin)).size === 1) {
@@ -1,5 +1,5 @@
1
1
  'use strict'
2
2
 
3
- // Re-export from npm-core bundle for better deduplication
4
- const { normalizePackageData } = require('./npm-core')
3
+ // Re-export from npm-pack bundle for better deduplication.
4
+ const { normalizePackageData } = require('./npm-pack')
5
5
  module.exports = normalizePackageData