Socket
Socket
Sign inDemoInstall

@putout/processor-ignore

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 2.0.0

4

lib/ignore.js

@@ -18,3 +18,3 @@ 'use strict';

module.exports.preProcess = (rawSource) => {
module.exports.branch = (rawSource) => {
const array = convertToArray(rawSource);

@@ -30,3 +30,3 @@ const source = `${prefix}${array}${sufix}`;

module.exports.postProcess = (rawSource, list) => {
module.exports.merge = (rawSource, list) => {
const [source] = list;

@@ -33,0 +33,0 @@ const length = source.length - sufix.length;

{
"name": "@putout/processor-ignore",
"version": "1.0.4",
"version": "2.0.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

@@ -32,20 +32,19 @@ "description": "putout processor adds ability to lint ignore",

"devDependencies": {
"@putout/engine-processor": "^2.0.0",
"coveralls": "^3.0.0",
"@putout/engine-processor": "*",
"@putout/test": "*",
"c8": "^7.5.0",
"eslint": "^7.0.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^7.0.0",
"lerna": "^3.8.5",
"eslint-plugin-putout": "^8.0.0",
"lerna": "^4.0.0",
"madrun": "^8.0.1",
"nodemon": "^2.0.1",
"nyc": "^15.0.1",
"putout": "*",
"supertape": "^4.0.0"
"putout": "*"
},
"peerDependencies": {
"putout": ">=11"
"putout": ">=18"
},
"license": "MIT",
"engines": {
"node": ">=12"
"node": ">=14"
},

@@ -52,0 +51,0 @@ "publishConfig": {

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