socket 0.14.40-alpha.7 → 0.14.40-alpha.8

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.
@@ -512,10 +512,10 @@ function walk(diff_) {
512
512
  ideal: pkgNode
513
513
  } = diff;
514
514
  if (!oldNode) {
515
- console.log('oldNode', oldNode);
515
+ console.log('oldNode', oldNode, diff);
516
516
  }
517
517
  if (!pkgNode) {
518
- console.log('pkgNode', pkgNode);
518
+ console.log('pkgNode', pkgNode, diff);
519
519
  }
520
520
  let existing;
521
521
  let keep = false;
@@ -512,10 +512,10 @@ function walk(diff_) {
512
512
  ideal: pkgNode
513
513
  } = diff;
514
514
  if (!oldNode) {
515
- console.log('oldNode', oldNode);
515
+ console.log('oldNode', oldNode, diff);
516
516
  }
517
517
  if (!pkgNode) {
518
- console.log('pkgNode', pkgNode);
518
+ console.log('pkgNode', pkgNode, diff);
519
519
  }
520
520
  let existing;
521
521
  let keep = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "socket",
3
- "version": "0.14.40-alpha.7",
3
+ "version": "0.14.40-alpha.8",
4
4
  "description": "CLI tool for Socket.dev",
5
5
  "homepage": "http://github.com/SocketDev/socket-cli",
6
6
  "license": "MIT",