Socket
Socket
Sign inDemoInstall

gib-recipe-assets

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gib-recipe-assets - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

9

index.js

@@ -6,6 +6,3 @@ 'use strict';

// Locals:
var bus = null;
// Exports:

@@ -16,3 +13,3 @@ module.exports = factory();

/**
* Task factory.
* Module factory.
*/

@@ -22,3 +19,3 @@ function factory (gulp, bus) {

/**
* Gulp task:
* Gulp task builder:
*/

@@ -41,3 +38,3 @@ function task (options) {

if (bus) {
s.pipe(bus.refreshStream());
s = s.pipe(bus.refreshStream());
}

@@ -44,0 +41,0 @@

{
"name": "gib-recipe-assets",
"version": "0.0.2",
"version": "0.0.3",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc