Socket
Socket
Sign inDemoInstall

grunt-tv4

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-tv4 - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

3

package.json
{
"name": "grunt-tv4",
"description": "Validate files against json-schema v4",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/Bartvds/grunt-tv4",

@@ -43,3 +43,2 @@ "author": {

"devDependencies": {
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-cli": "~0.1",

@@ -46,0 +45,0 @@ "grunt": "~0.4.1",

@@ -136,5 +136,7 @@ /*

grunt.util._.each(error.subErrors, function (sub) {
printError(sub, data, schema, indent, prefix + indent);
});
if (error.subErrors) {
grunt.util._.each(error.subErrors, function (sub) {
printError(sub, data, schema, indent, prefix + indent);
});
}
};

@@ -141,0 +143,0 @@

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