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.1 to 1.1.1

4

index.js

@@ -20,5 +20,5 @@ 'use strict';

noColor: false,
failOnMatch: true
failOnMatch: true,
reporter: 'default'
}, options);
options.reporter = 'default';

@@ -25,0 +25,0 @@ if (options.noColor) {

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

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

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

## Install

@@ -13,6 +12,5 @@

## Usage
```js
```javascript
var gulp = require('gulp');

@@ -31,6 +29,6 @@ var jsinspect = require('gulp-jsinspect');

### Options
#### threshold
Type: `Number`

@@ -42,2 +40,3 @@ Default value: `15`

#### suppress
Type: `Number`

@@ -49,2 +48,3 @@ Default value: `100`

#### identifiers
Type: `Boolean`

@@ -56,2 +56,3 @@ Default value: `false`

#### noDiff
Type: `Boolean`

@@ -63,2 +64,3 @@ Default value: `false`

#### noColor
Type: `Boolean`

@@ -70,3 +72,11 @@ Default value: `false`

#### failOnMatch
Type: boolean
Type: `Boolean`
Default value: `true`
#### reporter
Type: `String`
Default value: `default`
Specify the reporter.
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