New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pa11y-webservice-client-node

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

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

Comparing version 1.1.0 to 1.1.1

15

Gruntfile.js

@@ -0,1 +1,16 @@

// This file is part of pa11y-webservice-client-node.
//
// pa11y-webservice-client-node is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// pa11y-webservice-client-node is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with pa11y-webservice-client-node. If not, see <http://www.gnu.org/licenses/>.
module.exports = function (grunt) {

@@ -2,0 +17,0 @@

@@ -0,1 +1,16 @@

// This file is part of pa11y-webservice-client-node.
//
// pa11y-webservice-client-node is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// pa11y-webservice-client-node is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with pa11y-webservice-client-node. If not, see <http://www.gnu.org/licenses/>.
'use strict';

@@ -2,0 +17,0 @@

2

package.json
{
"name": "pa11y-webservice-client-node",
"version": "1.1.0",
"version": "1.1.1",

@@ -5,0 +5,0 @@ "description": "pa11y-webservice-client-node is a Node.js client library for pa11y-webservice",

@@ -7,3 +7,3 @@

**Current Version:** *1.1.0*
**Current Version:** *1.1.1*
**Build Status:** [![Build Status][travis-img]][travis]

@@ -36,2 +36,3 @@ **Node Version Support:** *0.10*

client.tasks.create({
name: 'Nature Home Page',
url: 'nature.com',

@@ -87,2 +88,9 @@ standard: 'WCAG2AA'

// Edit a task by ID
client.task('5231c687bbdf0f94fa000007').edit({
name: 'New name'
}, function (err, task) {
// task = object representing the newly updated task, or null if an error occurred
});
// Delete a task by ID

@@ -89,0 +97,0 @@ client.task('5231c687bbdf0f94fa000007').remove(function (err) {

@@ -0,1 +1,16 @@

// This file is part of pa11y-webservice-client-node.
//
// pa11y-webservice-client-node is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// pa11y-webservice-client-node is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with pa11y-webservice-client-node. If not, see <http://www.gnu.org/licenses/>.
'use strict';

@@ -2,0 +17,0 @@

@@ -0,1 +1,16 @@

// This file is part of pa11y-webservice-client-node.
//
// pa11y-webservice-client-node is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// pa11y-webservice-client-node is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with pa11y-webservice-client-node. If not, see <http://www.gnu.org/licenses/>.
/* global afterEach, beforeEach, describe, it */

@@ -2,0 +17,0 @@ /* jshint maxlen: false, maxstatements: false */

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