Socket
Socket
Sign inDemoInstall

gib-recipe-assets

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

9

index.js

@@ -16,7 +16,8 @@ 'use strict';

* Task factory.
*
* TODO inject gulp, dummy!
*/
function factory (bus) {
function factory (gulp, bus) {
/**
* Gulp task:
*/
function task (options) {

@@ -29,3 +30,3 @@

var gulp = this;
gulp = gulp || this;

@@ -32,0 +33,0 @@ // Asset copy task:

{
"name": "gib-recipe-assets",
"version": "0.0.1",
"version": "0.0.2",
"description": "Gib recipe to copy assets.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc