Socket
Socket
Sign inDemoInstall

gulp-kmc

Package Overview
Dependencies
93
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.27 to 1.0.28

6

index.js

@@ -58,2 +58,3 @@ 'use strict';

if(ignore) {
file.ignore = true;
this.push(file);

@@ -195,2 +196,7 @@ return callback();

if(file.ignore) {
buffer.push(file);
return callback();
}
var r = file.info;

@@ -197,0 +203,0 @@ if(!r) {

2

package.json
{
"name": "gulp-kmc",
"version": "1.0.27",
"version": "1.0.28",
"description": "kissy module compiler for gulp",

@@ -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