sslping-cli
Advanced tools
Comparing version
@@ -32,3 +32,3 @@ #!/usr/bin/env node | ||
headers: { 'content-type': 'application/json' }, | ||
body: JSON.stringify({ email: email, password: password }) | ||
body: JSON.stringify({ type: 'password', opts: { email: email, password: password } }) | ||
}).then(function (res) { | ||
@@ -35,0 +35,0 @@ if (res.status != 200) { |
{ | ||
"name": "sslping-cli", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "async": { |
{ | ||
"name": "sslping-cli", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "CLI for sslping.com", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8236
0.34%1
-50%