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.10 to 0.0.11

8

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

@@ -27,7 +27,6 @@ "main": "config-loader.js",

"homepage": "https://github.com/royriojas/build-workflow",
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-jscs": "~0.7.1",
"grunt-bump": "0.0.15",

@@ -90,2 +89,3 @@ "stringformat": "0.0.5",

"yuidoc-theme-blue": "https://github.com/royriojas/yuidoc-theme-blue/tarball/master"
},

@@ -92,0 +92,0 @@ "docco_husky": {

{
"requireCurlyBraces": [ "if", "else", "for", "while", "do" ],
"requireSpaceAfterKeywords": [ "if", "else", "for", "while", "do", "switch", "return", "function" ],
"requireCurlyBraces": [
"if",
"else",
"for",
"while",
"do"
],
"requireSpaceAfterKeywords": [
"if",
"else",
"for",
"while",
"do",
"switch",
"return",
"function"
],
"requireSpacesInFunctionExpression": {

@@ -9,6 +24,28 @@ "beforeOpeningCurlyBrace": true

"disallowLeftStickedOperators": [ "?", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<=" ],
"disallowRightStickedOperators": [ "?", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
"requireRightStickedOperators": [ "!" ],
"requireLeftStickedOperators": [ "," ],
"requireSpaceBeforeBinaryOperators": [
"=",
"+",
"-",
"/",
"*",
"==",
"===",
"!=",
"!=="
],
"requireSpaceAfterBinaryOperators": [
"=",
",",
"+",
"-",
"/",
"*",
"==",
"===",
"!=",
"!=="
],
"disallowKeywords": [ "with" ],

@@ -15,0 +52,0 @@ "disallowMultipleLineBreaks": true,

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