socket 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 = "socket";
|
|
46
|
-
var version = "0.14.
|
|
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";
|
|
@@ -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 }) =>
|
|
@@ -42,7 +42,7 @@ var arborist = {};
|
|
|
42
42
|
var ttyServer$1 = {};
|
|
43
43
|
|
|
44
44
|
var name = "socket";
|
|
45
|
-
var version = "0.14.
|
|
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";
|
|
@@ -883,10 +883,10 @@ async function getPackagesAlerts(safeArb, _registry, pkgs, output) {
|
|
|
883
883
|
// already existed in the old version if they did, be quiet.
|
|
884
884
|
const pkg = pkgs.find(p => p.pkgid === id && p.existing?.startsWith(`${name}@`));
|
|
885
885
|
if (pkg?.existing) {
|
|
886
|
-
const oldArtifact =
|
|
887
|
-
// eslint-disable-next-line no-await-in-loop
|
|
888
|
-
(await batchScan([pkg.existing]).next()).value
|
|
889
|
-
console.log('oldArtifact', oldArtifact)
|
|
886
|
+
// const oldArtifact: SocketArtifact =
|
|
887
|
+
// // eslint-disable-next-line no-await-in-loop
|
|
888
|
+
// (await batchScan([pkg.existing]).next()).value
|
|
889
|
+
// console.log('oldArtifact', oldArtifact)
|
|
890
890
|
// if (oldArtifact.type === 'success') {
|
|
891
891
|
// issues = issues.filter(
|
|
892
892
|
// ({ type }) =>
|