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.5 to 1.0.0

2

LICENSE.txt

@@ -1,2 +0,2 @@

Copyright (c) 2016 Steven Benner (http://stevenbenner.com/)
Copyright (c) 2017 Steven Benner (http://stevenbenner.com/)

@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining

{
"name": "grunt-indent",
"description": "Change the indentation of files.",
"version": "0.1.5",
"version": "1.0.0",
"homepage": "https://github.com/stevenbenner/grunt-indent",

@@ -18,14 +18,15 @@ "author": {

"license": "MIT",
"main": "Gruntfile.js",
"main": "tasks/indent.js",
"engines": {
"node": ">= 0.8.0"
"node": ">= 0.10.0"
},
"scripts": {
"grunt": "grunt",
"test": "grunt test --verbose"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-jshint": "~1.0",
"grunt-contrib-clean": "~1.0",
"grunt-contrib-nodeunit": "~0.4"
"grunt": "~1.0",
"grunt-contrib-jshint": "~1.1",
"grunt-contrib-clean": "~1.1",
"grunt-contrib-nodeunit": "~1.0"
},

@@ -32,0 +33,0 @@ "peerDependencies": {

@@ -5,8 +5,8 @@ # grunt-indent

[![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)
[![Build Status](https://travis-ci.org/stevenbenner/grunt-indent.svg?branch=master)](https://travis-ci.org/stevenbenner/grunt-indent) [![Dependency Status](https://gemnasium.com/stevenbenner/grunt-indent.svg)](https://gemnasium.com/stevenbenner/grunt-indent) [![npm](https://img.shields.io/npm/v/grunt-indent.svg)](https://www.npmjs.com/package/grunt-indent)
## Getting Started
This plugin requires Grunt `~0.4.0`
This plugin requires Grunt `>=0.4.0`
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:
If you haven't used [Grunt](https://gruntjs.com/) before, be sure to check out the [Getting Started](https://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](https://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:

@@ -95,2 +95,3 @@ ```shell

## Release History
* 2017-04-22   v1.0.0   Increase min Node.js version to 0.10. Corrected "main" target.
* 2016-02-28   v0.1.5   Updated grunt peer dependency to support Grunt v1.0.

@@ -97,0 +98,0 @@ * 2013-11-08   v0.1.4   Added success message to grunt output.

@@ -5,3 +5,3 @@ /*

*
* Copyright (c) 2016 Steven Benner
* Copyright (c) 2017 Steven Benner
* Licensed under the MIT license.

@@ -46,3 +46,3 @@ */

// if dest is a folder use the src file name
// if dest is a folder use the src file name
if (grunt.util._.endsWith(dest, '/')) {

@@ -49,0 +49,0 @@ dest += path.basename(src);

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