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.4.2 to 0.4.3

10

index.js

@@ -53,3 +53,10 @@ var kpc = require('node-kpc');

} catch(e) {
throw new gUtil.PluginError('gulp-kpc', e);
if (e.lineNumber && e.filename) {
var msg = e.message;
msg = msg.replace(/^Line\ [0-9]*\:\ /, '');
msg = msg + '\n ' + e.filename + ':' + e.lineNumber;
}
throw new gUtil.PluginError('gulp-kpc', msg || e, {showStack: false});
}

@@ -80,2 +87,3 @@

});
this.push(gFile);

@@ -82,0 +90,0 @@ }

2

package.json
{
"name": "gulp-kpc",
"version": "0.4.2",
"version": "0.4.3",
"description": "kpc plugin for gulp",

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