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

grunt-import-clean

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-import-clean - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

1

Gruntfile.js

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

grunt.initConfig({
jshint: {

@@ -17,0 +18,0 @@ all: [

2

package.json
{
"name": "grunt-import-clean",
"description": "identify unused imports in es6 modules",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/elnarddogg/grunt-import-clean",

@@ -6,0 +6,0 @@ "author": {

@@ -60,2 +60,3 @@ # grunt-import-clean

| -------- | ---- | ------- | ----------- |
| `force` | `Boolean` | `true` | A boolean value indicating whether grunt should continue if unused imports are detected. |
| `test` | `Boolean` | `false` | A boolean value indicating whether unit tests should be run. |

@@ -62,0 +63,0 @@

@@ -26,2 +26,4 @@ module.exports = function( grunt ) {

grunt.option( 'force' , options.force !== undefined ? options.force : true );
var files = data.reduce(function( prev , current ) {

@@ -28,0 +30,0 @@ return prev.concat(

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