New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-kpc

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-kpc - npm Package Compare versions

Comparing version 0.3.9 to 0.3.10

8

index.js

@@ -33,2 +33,6 @@ var kpc = require('node-kpc');

if (!/\.js$/.test(file.path)) {
return cb();
}
files.push(file);

@@ -39,4 +43,6 @@ return cb();

function(callback) {
try {
var result = kpc.compile(options, files.map(function(file){
var result = kpc.compile(options, files.map(function(file) {
return {

@@ -43,0 +49,0 @@ path: file.path,

4

package.json
{
"name": "gulp-kpc",
"version": "0.3.9",
"version": "0.3.10",
"description": "kpc plugin for gulp",

@@ -22,4 +22,4 @@ "main": "index.js",

"gulp-util": "~2.2.14",
"node-kpc": "0.3.8"
"node-kpc": "0.3.9"
}
}
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