@socketsecurity/cli 0.14.31 → 0.14.32

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.
@@ -43,7 +43,7 @@ var arborist = {};
43
43
  var ttyServer$1 = {};
44
44
 
45
45
  var name = "@socketsecurity/cli";
46
- var version = "0.14.31";
46
+ var version = "0.14.32";
47
47
  var description = "CLI tool for Socket.dev";
48
48
  var homepage = "http://github.com/SocketDev/socket-cli";
49
49
  var license = "MIT";
@@ -885,10 +885,10 @@ async function getPackagesAlerts(safeArb, _registry, pkgs, output) {
885
885
  // already existed in the old version if they did, be quiet.
886
886
  const pkg = pkgs.find(p => p.pkgid === id && p.existing?.startsWith(`${name}@`));
887
887
  if (pkg?.existing) {
888
- const oldArtifact =
889
- // eslint-disable-next-line no-await-in-loop
890
- (await batchScan([pkg.existing]).next()).value;
891
- console.log('oldArtifact', oldArtifact);
888
+ // const oldArtifact: SocketArtifact =
889
+ // // eslint-disable-next-line no-await-in-loop
890
+ // (await batchScan([pkg.existing]).next()).value
891
+ // console.log('oldArtifact', oldArtifact)
892
892
  // if (oldArtifact.type === 'success') {
893
893
  // issues = issues.filter(
894
894
  // ({ type }) =>
@@ -42,7 +42,7 @@ var arborist = {};
42
42
  var ttyServer$1 = {};
43
43
 
44
44
  var name = "@socketsecurity/cli";
45
- var version = "0.14.31";
45
+ var version = "0.14.32";
46
46
  var description = "CLI tool for Socket.dev";
47
47
  var homepage = "http://github.com/SocketDev/socket-cli";
48
48
  var license = "MIT";
@@ -884,10 +884,10 @@ async function getPackagesAlerts(safeArb, _registry, pkgs, output) {
884
884
  // already existed in the old version if they did, be quiet.
885
885
  const pkg = pkgs.find(p => p.pkgid === id && p.existing?.startsWith(`${name}@`));
886
886
  if (pkg?.existing) {
887
- const oldArtifact =
888
- // eslint-disable-next-line no-await-in-loop
889
- (await batchScan([pkg.existing]).next()).value;
890
- console.log('oldArtifact', oldArtifact);
887
+ // const oldArtifact: SocketArtifact =
888
+ // // eslint-disable-next-line no-await-in-loop
889
+ // (await batchScan([pkg.existing]).next()).value
890
+ // console.log('oldArtifact', oldArtifact)
891
891
  // if (oldArtifact.type === 'success') {
892
892
  // issues = issues.filter(
893
893
  // ({ type }) =>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socketsecurity/cli",
3
- "version": "0.14.31",
3
+ "version": "0.14.32",
4
4
  "description": "CLI tool for Socket.dev",
5
5
  "homepage": "http://github.com/SocketDev/socket-cli",
6
6
  "license": "MIT",