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

grunt-indent

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-indent - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

10

package.json
{
"name": "grunt-indent",
"description": "Change the indentation of files.",
"version": "0.1.3",
"version": "0.1.4",
"homepage": "https://github.com/stevenbenner/grunt-indent",

@@ -20,3 +20,3 @@ "author": {

"type": "MIT",
"url": "https://github.com/stevenbenner/grunt-indent/blob/master/LICENSE.txt"
"url": "https://raw.github.com/stevenbenner/grunt-indent/master/LICENSE.txt"
}

@@ -33,5 +33,5 @@ ],

"grunt": "~0.4",
"grunt-contrib-jshint": "~0.3",
"grunt-contrib-clean": "~0.4",
"grunt-contrib-nodeunit": "~0.1"
"grunt-contrib-jshint": "~0.7",
"grunt-contrib-clean": "~0.5",
"grunt-contrib-nodeunit": "~0.2"
},

@@ -38,0 +38,0 @@ "peerDependencies": {

@@ -1,5 +0,7 @@

# grunt-indent [![Build Status](https://travis-ci.org/stevenbenner/grunt-indent.png)](https://travis-ci.org/stevenbenner/grunt-indent)
# grunt-indent
> Change the indentation of files.
A grunt task to change the indentation of files.
[![Build Status](https://travis-ci.org/stevenbenner/grunt-indent.png)](https://travis-ci.org/stevenbenner/grunt-indent) [![Dependency Status](https://gemnasium.com/stevenbenner/grunt-indent.png)](https://gemnasium.com/stevenbenner/grunt-indent) [![NPM version](https://badge.fury.io/js/grunt-indent.png)](https://badge.fury.io/js/grunt-indent)
## Getting Started

@@ -84,2 +86,3 @@ This plugin requires Grunt `~0.4.0`

## Release History
* 2013-11-08   v0.1.4   Added success message to grunt output.
* 2013-03-23   v0.1.3   Files will now be saved with Grunt defined line endings.

@@ -86,0 +89,0 @@ * 2013-03-21   v0.1.2   Fixed bug with empty lines when file uses Windows style line endings.

@@ -67,2 +67,3 @@ /*

grunt.file.write(dest, newFile.join(grunt.util.linefeed));
grunt.log.writeln('File "' + dest + '" saved.');
});

@@ -69,0 +70,0 @@ });

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