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

grunt-xml-validator

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-xml-validator - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

14

package.json
{
"name": "grunt-xml-validator",
"description": "Grunt plugin to validate XML files",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://github.com/kajyr/grunt-xml-validator",

@@ -31,10 +31,10 @@ "author": {

"devDependencies": {
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt": "~0.4.4",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-watch": "~0.6.1"
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-nodeunit": "~1.0.0",
"grunt": ">=0.4.4",
"grunt-contrib-coffee": "~1.0.0",
"grunt-contrib-watch": "~1.0.0"
},
"peerDependencies": {
"grunt": "~0.4.4"
"grunt": ">=0.4.4"
},

@@ -41,0 +41,0 @@ "keywords": [

@@ -8,3 +8,3 @@ # grunt-xml-validator

## Getting Started
This plugin requires Grunt `~0.4.4`
This plugin requires Grunt `>=0.4.4`

@@ -44,2 +44,2 @@ If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

1.0.0 - let's give it a try :)
1.0.0 - let's give it a try :)

@@ -15,3 +15,3 @@ (function() {

fail = true;
return grunt.log.error(f + "\tnot valid");
return grunt.log.error(f + "\tnot valid: " + msg);
}

@@ -18,0 +18,0 @@ }).parseFromString(xml, 'text/xml');

Sorry, the diff of this file is not supported yet

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