Socket
Socket
Sign inDemoInstall

acquit-ignore

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acquit-ignore - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

5

index.js

@@ -1,2 +0,1 @@

var Acquit = require('acquit');

@@ -10,6 +9,6 @@ var defaultOptions = {

if (!parser) {
parser = Acquit;
parser = require('acquit');
} else if (!(parser instanceof Acquit)) {
options = parser;
parser = Acquit;
parser = require('acquit');
}

@@ -16,0 +15,0 @@

6

package.json
{
"name": "acquit-ignore",
"version": "0.0.3",
"version": "0.0.4",
"description": "Acquit plugin for removing lines of code from output",

@@ -26,6 +26,6 @@ "main": "index.js",

"devDependencies": {
"acquit": "~0.3",
"acquit": "~0.5",
"istanbul": "0.3.5",
"mocha": "2.0.1"
"mocha": "3.5.0"
}
}
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