@socketsecurity/cli 0.5.3 → 0.5.4

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.
@@ -4,6 +4,11 @@ const path = require('path')
4
4
 
5
5
  const which = require('which')
6
6
 
7
+ if (process.platform === 'win32') {
8
+ console.error('Socket npm and socket npx wrapper Windows suppport is limited to WSL at this time.')
9
+ process.exit(1)
10
+ }
11
+
7
12
  /**
8
13
  * @param {string} realDirname path to shadow/bin
9
14
  * @param {'npm' | 'npx'} binname
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socketsecurity/cli",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "CLI tool for Socket.dev",
5
5
  "homepage": "http://github.com/SocketDev/socket-cli-js",
6
6
  "repository": {