Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-geojsonhint

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-geojsonhint - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

17

package.json
{
"name": "grunt-geojsonhint",
"version": "0.0.3",
"version": "0.0.4",
"description": "Grunt task to run geojsonhint",
"main": "tasks/geojsonhint.js",
"repository": "",
"repository": {
"type": "git",
"url": "git://github.com/jieter/grunt-geojsonhint.git"
},
"keywords": [

@@ -15,14 +18,14 @@ "geojson",

"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/jieter/grunt-geojsonhint.git"
},
"dependencies": {
"geojsonhint": "~0.1.4"
},
"scripts": {
"release": "mversion patch -m"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4"
"grunt-contrib-jshint": "~0.6.4",
"mversion": "^1.9.0"
},
"readmeFilename": "README.md"
}

@@ -24,3 +24,3 @@ 'use strict';

if (errorCount === 0) {
grunt.log.ok(this.files.length, ' files without errors');
grunt.log.ok(this.filesSrc.length, ' ', grunt.util.pluralize(this.filesSrc.length, 'file/files'), ' without errors');
} else {

@@ -31,2 +31,2 @@ return 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