@socketsecurity/cli 0.14.142 → 0.14.143

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.
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  const EventEmitter = require('../events').EventEmitter
14
- console.log('node_modules error', new Error().stack)
14
+
15
15
  /**
16
16
  * Node
17
17
  */
@@ -59,8 +59,7 @@ function Node(options) {
59
59
  }
60
60
  })
61
61
  } else {
62
- console.log('node_modules error', new Error().stack)
63
- throw new Error('No active screen okokokokoko.')
62
+ throw new Error('No active screen.')
64
63
  }
65
64
  }
66
65
 
package/dist/cli.js CHANGED
@@ -904,7 +904,7 @@ function emitBanner(name) {
904
904
  logger.logger.error(getAsciiHeader(name))
905
905
  }
906
906
  function getAsciiHeader(command) {
907
- const cliVersion = '0.14.142:f50a41e:add82511:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
907
+ const cliVersion = '0.14.143:85effd6:83f2730f:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
908
908
  const nodeVersion = process$1.version
909
909
  const apiToken = shadowNpmInject.getDefaultToken()
910
910
  const defaultOrg = shadowNpmInject.getConfigValue('defaultOrg')
@@ -12253,7 +12253,7 @@ void (async () => {
12253
12253
  await vendor.updater({
12254
12254
  name: SOCKET_CLI_BIN_NAME,
12255
12255
  // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
12256
- version: '0.14.142',
12256
+ version: '0.14.143',
12257
12257
  ttl: 86_400_000 /* 24 hours in milliseconds */
12258
12258
  })
12259
12259
  try {
@@ -12321,5 +12321,5 @@ void (async () => {
12321
12321
  await shadowNpmInject.captureException(e)
12322
12322
  }
12323
12323
  })()
12324
- //# debugId=960f425e-21d8-47bf-9cda-e712c1607c10
12324
+ //# debugId=10fcad2d-77c7-4ae2-b691-b2b44dc5f319
12325
12325
  //# sourceMappingURL=cli.js.map