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 0.0.13 to 0.0.14

grunt-deps/configs/jsonlint.js

2

config-loader.js

@@ -61,3 +61,3 @@ /**

// to register a task calling grunt.loadNmpTasks('grunt-name-of-task');
var gruntDeps = require( 'matchdep' )[ filterMethod ]( 'grunt-*' );
var gruntDeps = require( 'matchdep' )[ filterMethod ]( 'grunt-*', opts.appPkgJSONPath );

@@ -64,0 +64,0 @@ gruntDeps.forEach( grunt.loadNpmTasks );

{
"name": "build-workflow",
"version": "0.0.13",
"version": "0.0.14",
"description": "Simple gruntfile helper to define build workflows",

@@ -45,3 +45,4 @@ "main": "config-loader.js",

"grunt-exec": "~0.4.6",
"grunt-bump": "0.0.15"
"grunt-bump": "0.0.15",
"grunt-jsonlint": "~1.0.4"
},

@@ -48,0 +49,0 @@ "docco_husky": {

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