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.20 to 0.0.21

11

configs/exec.js

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

glob = glob || './';
var files = glob.split( ',' );
var yuidoc = commonConfig.yuidoc || {};
var pathToConfig = yuidoc.config || path.resolve( __dirname, '../resources/json-configs/yuidoc.json' );
return lib.format( 'node_modules/yuidocjs/lib/cli.js {0} -c {1}', files, pathToConfig );
var projectName = pkg.name;
var projectVersion = pkg.version;
var files = yuidoc.files || glob.split( ',' );
var cmd = lib.format( 'node_modules/yuidocjs/lib/cli.js {0} -c {1} --project-name {2} --project-version {3}', files.join( ' ' ), pathToConfig, projectName, projectVersion );
return cmd;
}

@@ -136,0 +143,0 @@ },

2

install-deps.js

@@ -47,3 +47,3 @@ var deps = [

'https://github.com/royriojas/karma-react-jsx-preprocessor/tarball/1824de4',
'https://github.com/royriojas/yuidoc/tarball/exampleurl',
'https://github.com/royriojas/yuidoc/tarball/ed6e335',
'https://github.com/royriojas/grunt-jsbeautifier/tarball/e69f6ef',

@@ -50,0 +50,0 @@ 'https://github.com/royriojas/docco-husky/tarball/f02aff8'

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

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

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