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 Versions

1
13

0.1.15

Diff

Changelog

Source

v0.1.15

build-deps
  • Refactoring
    • update dependencies - 6471b75, royriojas, 26/02/2015 19:46:53
royriojas
published 0.1.14 •

Changelog

Source

v0.1.14

new-validation
royriojas
published 0.1.11 •

Changelog

Source

v0.1.11

  • Enhancements
    • make some rules warnings instead of deal breakers - 2f95848, royriojas, 26/02/2015 15:57:20
royriojas
published 0.1.10 •

Changelog

Source

v0.1.10

royriojas
published 0.1.9 •

Changelog

Source

v0.1.9

royriojas
published 0.1.8 •

Changelog

Source

compatibility with 0.1.8

royriojas
published 0.1.7 •

Changelog

Source

v0.1.7

  • Features
    • Add console-filter - 4ecacc7, royriojas, 30/01/2015 02:55:57

      Usage

      grunt --console-filter=regular_expression
      

      where regular_expression can be any valid regular expression

      If a filter is provided all the console methods that match will be kept. The ones that do not match will be removed from the final output.

      A method will match if one its arguments (as text) matches the value of the filter. e.g.

      console.log('some method');
      console.log('another method');
      

      And you run

      grunt --console-filter=some
      

      this will keep the console.log('some method') and will remove the other one.

      Note: It will also keep the console calls from a file with the name that matchs the filter

      In the previous example the filter will also keep console methods calls from a file called some.js or somexxxx.js file

  • Documentation
royriojas
published 0.1.6 •

Changelog

Source

v0.1.6

  • Refactoring
    • Add option to skip strictify transform on node_modules - 231b4fb, royriojas, 29/11/2014 04:04:40
royriojas
published 0.1.5 •

Changelog

Source

v0.1.5

  • Refactoring
royriojas
published 0.1.4 •

Changelog

Source

v0.1.4

  • Refactoring
  • Other changes
    • Update usage.md - c4c2e7f, [Roy Riojas](https://github.com/Roy Riojas), 26/11/2014 03:29:34

      Fix docs

    • Update usage.md - 7315c8b, [Roy Riojas](https://github.com/Roy Riojas), 26/11/2014 03:26:33

      DOC: Fix docs markdown

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