Socket
Socket
Sign inDemoInstall

gulp-jsinspect

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-jsinspect - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

index.js

@@ -41,2 +41,4 @@ 'use strict';

}
var self = this;

@@ -56,3 +58,3 @@ var inspector = new Inspector(paths, {

inspector.on('match', function() {
this.emit('error', new gutil.PluginError('jsinspect-gulp', 'jsinspect failed', {
self.emit('error', new gutil.PluginError('jsinspect-gulp', 'jsinspect failed', {
showStack: false

@@ -66,2 +68,8 @@ }));

});
inspector.on('error', function(err){
self.emit('error', new gutil.PluginError('jsinspect-gulp', err.message, {
showStack: false
}));
});

@@ -68,0 +76,0 @@ inspector.run();

2

package.json
{
"name": "gulp-jsinspect",
"version": "1.0.0",
"version": "1.0.1",
"description": "Gulp plugin for running jsinspect (detect copy-pasted and structurally similar code)",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -0,0 +0,0 @@ # gulp-[jsinspect](https://github.com/danielstjules/jsinspect)

Sorry, the diff of this file is not supported yet

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