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.29 to 0.0.30

6

docs/usage.md

@@ -41,2 +41,8 @@ # Usage

```
### ez-frontend dependencies
```sh
npm i -D grunt-contrib-uglify grunt-csso grunt-autoprefixer grunt-jscs
```

@@ -43,0 +49,0 @@ ## Create a Gruntfile (or replace the one you have with)

2

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

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

@@ -31,8 +31,2 @@ module.exports = {

var kno = require( 'kno' );
if ( kno.app.moduleManager ) {
scope.mManager = Object.create( kno.app.moduleManager );
scope.mManager.__init();
}
scope.clearScope = function () {

@@ -48,4 +42,2 @@ var me = this;

me.stubFn = null;
me.mManager && me.mManager.__destroy();
me.mManager = null;
};

@@ -52,0 +44,0 @@

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