🚀 Socket Launch Week 🚀 Day 3: Socket Acquires Coana.Learn More

pa11y-webservice-client-node

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pa11y-webservice-client-node - npm Package Compare versions

Comparing version

to
2.0.0

{
"name": "pa11y-webservice-client-node",
"version": "1.2.1",
"engines": {
"node": ">=0.10"
},
"description": "pa11y-webservice-client-node is a Node.js client library for pa11y-webservice",
"keywords": [ "accessibility", "analysis", "client", "report", "web-service" ],
"contributors": [
"Rowan Manning (http://rowanmanning.com/)"
],
"repository": {
"type": "git",
"url": "https://github.com/pa11y/webservice-client-node.git"
},
"homepage": "https://github.com/pa11y/webservice-client-node",
"bugs": "https://github.com/pa11y/webservice-client-node/issues",
"license": "GPL-3.0",
"dependencies": {
"request": "~2.74"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-jshint": "~0.7",
"grunt-mocha-test": "~0.7",
"mockery": "~1.4",
"proclaim": "~2.0",
"sinon": "~1.7"
},
"main": "./lib/client.js",
"scripts": {
"test": "grunt"
}
"name": "pa11y-webservice-client-node",
"version": "2.0.0",
"engines": {
"node": ">=8"
},
"description": "pa11y-webservice-client-node is a Node.js client library for pa11y-webservice",
"keywords": [
"accessibility",
"analysis",
"client",
"report",
"web-service"
],
"author": "Team Pa11y",
"contributors": [
"Rowan Manning (http://rowanmanning.com/)"
],
"repository": {
"type": "git",
"url": "https://github.com/pa11y/webservice-client-node.git"
},
"homepage": "https://github.com/pa11y/webservice-client-node",
"bugs": "https://github.com/pa11y/webservice-client-node/issues",
"license": "GPL-3.0",
"dependencies": {
"request": "~2.88"
},
"devDependencies": {
"grunt": "~1.0.4",
"grunt-contrib-jshint": "~2.1.0",
"grunt-mocha-test": "~0.13.3",
"mocha": "~6.1.4",
"mockery": "~1.4",
"proclaim": "~2.0",
"sinon": "~1.7"
},
"main": "./lib/client.js",
"scripts": {
"test": "grunt"
}
}

@@ -7,7 +7,6 @@

**Current Version:** *1.2.1*
**Current Version:** *2.0.0*
**Build Status:** [![Build Status][travis-img]][travis]
**Node Version Support:** *0.10–6*
**Node Version Support:** *8+*
Installing

@@ -22,3 +21,2 @@ ----------

Usage

@@ -139,7 +137,9 @@ -----

Development
-----------
Contributing
------------
To develop Pa11y Webservice Node.js Client, you'll need to clone the repo locally and run `npm install`. You'll also need [Grunt][grunt] to be installed globally in order to run tests, you can do this with `npm install -g grunt-cli`.
There are many ways to contribute to Pa11y Webservice Node.js Client, we cover these in the [contributing guide](CONTRIBUTING.md) for this repo.
If you're ready to contribute some code, you'll need to clone the repo locally and run `npm install`. You'll also need [Grunt][grunt] to be installed globally in order to run tests, you can do this with `npm install -g grunt-cli`.
Now you'll be able to run the following commands:

@@ -157,16 +157,27 @@

Support and Migration
---------------------
Major versions are normally supported for 6 months after their last minor release. This means that patch-level changes will be added and bugs will be fixed. The table below outlines the end-of-support dates for major versions, and the last minor release for that version.
We also maintain a [migration guide](MIGRATION.md) to help you migrate.
| :grey_question: | Major Version | Last Release | Node.js Versions | Support End Date |
| :-------------- | :------------ | :----------- | :--------------- | :--------------- |
| :heart: | 2 | N/A | 8+ | N/A |
| :hourglass: | 1 | 1.2.1 | 0.10+ | 2020-01-05 |
If you're opening issues related to these, please mention the version that the issue relates to.
License
-------
[Copyright 2013 Springer Nature](LICENSE.txt).
Pa11y Webservice Node.js Client is licensed under the [GNU General Public License 3.0][gpl].
Licensed under the [GNU General Public License 3.0](LICENSE.txt).<br/>
Copyright &copy; 2013–2019, Team Pa11y
[gpl]: http://www.gnu.org/licenses/gpl-3.0.html
[grunt]: http://gruntjs.com/
[pa11y-webservice]: https://github.com/pa11y/webservice
[travis]: https://travis-ci.org/pa11y/webservice-client-node
[travis-img]: https://travis-ci.org/pa11y/webservice-client-node.png?branch=master
[wiki-web-service]: https://github.com/pa11y/webservice/wiki/Web-Service-Endpoints
[pa11y-webservice]: https://github.com/pa11y/pa11y-webservice
[travis]: https://travis-ci.org/pa11y/pa11y-webservice-client-node
[travis-img]: https://travis-ci.org/pa11y/pa11y-webservice-client-node.png?branch=master
[wiki-web-service]: https://github.com/pa11y/pa11y-webservice/wiki/Web-Service-Endpoints

Sorry, the diff of this file is not supported yet