pa11y-webservice-client-node
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -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 @@ |
{ | ||
"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 */ |
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
59766
585
169
3