pa11y-webservice-client-node
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "pa11y-webservice-client-node", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"engines": { | ||
"node": ">=8" | ||
"node": ">=12" | ||
}, | ||
@@ -27,12 +27,12 @@ "description": "pa11y-webservice-client-node is a Node.js client library for pa11y-webservice", | ||
"dependencies": { | ||
"request": "~2.88" | ||
"request": "~2.88.2" | ||
}, | ||
"devDependencies": { | ||
"grunt": "~1.0.4", | ||
"grunt-contrib-jshint": "~2.1.0", | ||
"grunt": "~1.4.1", | ||
"grunt-contrib-jshint": "~3.1.1", | ||
"grunt-mocha-test": "~0.13.3", | ||
"mocha": "~6.1.4", | ||
"mockery": "~1.4", | ||
"proclaim": "~2.0", | ||
"sinon": "~1.7" | ||
"mocha": "~8.4.0", | ||
"mockery": "~1.4.0", | ||
"proclaim": "~3.6.0", | ||
"sinon": "~1.7.0" | ||
}, | ||
@@ -42,3 +42,6 @@ "main": "./lib/client.js", | ||
"test": "grunt" | ||
} | ||
}, | ||
"files": [ | ||
"lib" | ||
] | ||
} |
@@ -0,13 +1,11 @@ | ||
# Pa11y Webservice Node.js Client | ||
Pa11y Webservice Node.js Client | ||
=============================== | ||
This is a Node.js client library for [Pa11y Webservice][pa11y-webservice]. | ||
**Current Version:** *2.0.0* | ||
**Build Status:** [![Build Status][travis-img]][travis] | ||
**Node Version Support:** *8+* | ||
[![NPM version][shield-npm]][info-npm] | ||
[![Node.js version support][shield-node]][info-node] | ||
[![Build status][shield-build]][info-build] | ||
[![LGPL-3.0 licensed][shield-license]][info-license] | ||
Installing | ||
---------- | ||
## Installing | ||
@@ -20,4 +18,3 @@ Install Pa11y Webservice Node.js Client with npm: | ||
Usage | ||
----- | ||
## Usage | ||
@@ -135,6 +132,4 @@ For more information on the actual webservice endpoints and resource types, [read the documentation][wiki-web-service]. | ||
## Contributing | ||
Contributing | ||
------------ | ||
There are many ways to contribute to Pa11y Webservice Node.js Client, we cover these in the [contributing guide](CONTRIBUTING.md) for this repo. | ||
@@ -156,4 +151,3 @@ | ||
Support and Migration | ||
--------------------- | ||
## Support and Migration | ||
@@ -166,9 +160,9 @@ 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. | ||
| :-------------- | :------------ | :----------- | :--------------- | :--------------- | | ||
| :heart: | 2 | N/A | 8+ | N/A | | ||
| :hourglass: | 1 | 1.2.1 | 0.10+ | 2020-01-05 | | ||
| :heart: | 3 | N/A | 12+ | N/A | | ||
| :hourglass: | 2 | 2.0.0 | 8+ | 2022-05-26 | | ||
| :skull: | 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 | ||
------- | ||
## License | ||
@@ -181,4 +175,10 @@ Licensed under the [GNU General Public License 3.0](LICENSE.txt).<br/> | ||
[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 | ||
[info-build]: https://github.com/pa11y/pa11y-webservice-client-node/actions/workflows/build-and-test.yml | ||
[info-license]: LICENSE | ||
[info-node]: package.json | ||
[info-npm]: https://www.npmjs.com/package/pa11y-webservice-client-node | ||
[shield-build]: https://github.com/pa11y/pa11y-webservice-client-node/actions/workflows/build-and-test.yml/badge.svg | ||
[shield-license]: https://img.shields.io/badge/license-LGPL%203.0-blue.svg | ||
[shield-node]: https://img.shields.io/node/v/pa11y-webservice-client-node.svg | ||
[shield-npm]: https://img.shields.io/npm/v/pa11y-webservice-client-node.svg |
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
45767
4
103
1
Updatedrequest@~2.88.2