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

build-workflow

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-workflow - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "build-workflow",
"version": "1.0.4",
"version": "1.0.5",
"description": "Simple gruntfile helper to define build workflows",

@@ -5,0 +5,0 @@ "main": "config-loader.js",

@@ -28,3 +28,6 @@ module.exports = function ( grunt, pkg, options ) {

useCache && grunt.log.ok( 'updated files ', filesSrc );
if ( useCache ) {
grunt.verbose.writeln( 'updated files ', filesSrc );
grunt.log.ok( 'total files in glob : ', this.filesSrc.length, ', updated: ', filesSrc.length );
}

@@ -31,0 +34,0 @@ if ( filesSrc.length === 0 ) {

@@ -54,3 +54,6 @@ var chalk = require( 'chalk' );

useCache && grunt.log.ok( 'updated files ', filesSrc );
if ( useCache ) {
grunt.verbose.writeln( 'updated files ', filesSrc );
grunt.log.ok( 'total files in glob : ', this.filesSrc.length, ', updated: ', filesSrc.length );
}

@@ -57,0 +60,0 @@ var engine = new eslint.CLIEngine( opts );

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