Socket
Socket
Sign inDemoInstall

awis

Package Overview
Dependencies
51
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

6

package.json
{
"name": "awis",
"version": "1.0.6",
"version": "1.0.7",
"description": "Node.js client for the Alexa Web Information Service.",

@@ -23,7 +23,7 @@ "keywords": [

"lodash": "^4.17.4",
"request": "^2.79.0",
"request": "^2.81.0",
"xml2js": "~0.4.17"
},
"devDependencies": {
"eslint": "^3.14.1",
"eslint": "^3.19.0",
"eslint-config-hapi": "^10.0.0",

@@ -30,0 +30,0 @@ "eslint-plugin-hapi": "^4.0.0",

@@ -10,3 +10,4 @@ # awis

[Node.js](http://nodejs.org/) client for the [Alexa Web Information
Service](http://aws.amazon.com/awis/).
Service](http://aws.amazon.com/awis/) and
[Alexa Top Sites](https://aws.amazon.com/alexa-top-sites/).

@@ -60,2 +61,21 @@ ## Installation

Note that you can also query the
[`TopSites`](https://aws.amazon.com/alexa-top-sites/) API. For example:
```js
client({
Action: 'TopSites',
CountryCode: 'PE',
Start: 1,
Count: 100,
ResponseGroup: 'Country'
}, function (err, res) {
//...
});
```
For full details on query options for the TopSites API please check the
[official documentation](https://aws.amazon.com/alexa-top-sites/).
## API

@@ -62,0 +82,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc