Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "httpntlm", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "httpreq": "~0.3.4", |
@@ -8,6 +8,12 @@ node-http-ntlm | ||
## Install | ||
You can install __httpntlm__ using the Node Package Manager (npm): | ||
npm install httpntlm | ||
__How to use__ | ||
```js | ||
var httpntlm = require('./httpntlm'); | ||
var httpntlm = require('httpntlm'); | ||
@@ -14,0 +20,0 @@ httpntlm.get({ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
17698
1
31