Socket
Socket
Sign inDemoInstall

@rqt/namecheap-web

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rqt/namecheap-web - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

8

build/index.js
const { debuglog } = require('util');
let bosom = require('bosom'); if (bosom && bosom.__esModule) bosom = bosom.default;
let getIp = require('@rqt/ip'); if (getIp && getIp.__esModule) getIp = getIp.default;
let Authenticator = require('./lib/Authenticator'); if (Authenticator && Authenticator.__esModule) Authenticator = Authenticator.default;
let App = require('./lib/App'); if (App && App.__esModule) App = App.default;
const Authenticator = require('./lib/Authenticator');
const App = require('./lib/App');
const { deepEqual } = require('./lib');
let whois = require('./whois'); if (whois && whois.__esModule) whois = whois.default;
let coupon = require('./coupon'); if (coupon && coupon.__esModule) coupon = coupon.default;
const whois = require('./whois');
const coupon = require('./coupon');

@@ -10,0 +10,0 @@ const LOG = debuglog('@rqt/namecheap-web')

@@ -37,3 +37,3 @@ const { debuglog } = require('util');

if (!SessionKey) {
throw new Error(`Could not acquire the session key from ${u}.`)
throw new Error(`Could not acquire the session key from ${this.session.host}${u}.`)
}

@@ -40,0 +40,0 @@ LOG('Obtained a session key %s', SessionKey)

@@ -0,1 +1,8 @@

## 16 November 2018
### 1.3.1
- [deps] Update deps.
- [package] Change homepage.
## 6 October 2018

@@ -2,0 +9,0 @@

{
"name": "@rqt/namecheap-web",
"version": "1.3.0",
"description": "An API to namecheap.com via the web interface, with an ability to log in using 2-factor Auth and check Whois.",
"version": "1.3.1",
"description": "An API To Namecheap.com Via The Web Interface, With An Ability To Log In Using 2-Factor Auth To Whitelist IPs And Check Whois And Coupons.",
"main": "build",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec -t 20000",
"test": "yarn t test/spec -t 30000",
"test-build": "ALAMODE_ENV=test-build yarn test",

@@ -45,16 +45,16 @@ "test-all": "yarn-s test test-build",

"devDependencies": {
"alamode": "1.5.1",
"alamode": "1.6.0",
"documentary": "1.20.1",
"eslint-config-artdeco": "1.0.1",
"yarn-s": "1.1.0",
"zoroaster": "3.5.1"
"zoroaster": "3.6.6"
},
"dependencies": {
"@rqt/ip": "1.0.0",
"@rqt/ip": "1.1.0",
"bosom": "1.0.0",
"erte": "1.1.4",
"mismatch": "1.0.3",
"reloquent": "1.0.6",
"rqt": "3.0.0"
"reloquent": "1.2.3",
"rqt": "3.0.1"
}
}

@@ -146,3 +146,3 @@ [![namecheap](https://raw.githubusercontent.com/rqt/namecheap-web/HEAD/images/nc.gif)](https://nameexpensive.com)

URL of the ICANN Whois Inaccuracy Complaint Form https://www.icann.org/wicf/)
>>> Last update of WHOIS database: 2018-10-06T01:22:28Z
>>> Last update of WHOIS database: 2018-11-16T01:54:10Z
```

@@ -171,3 +171,3 @@ </details>

```
ZOMBIETLD
THANXFUL
```

@@ -195,3 +195,3 @@

```
CAMPUSTLD
THANXFUL
```

@@ -198,0 +198,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc