Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tapjs/filter

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tapjs/filter - npm Package Compare versions

Comparing version 0.0.0-16 to 0.0.0-17

5

dist/cjs/index.js

@@ -79,2 +79,7 @@ "use strict";

}
else if (this.#grep) {
// just set to an empty array so it doesn't try to load from the
// env once we've exhausted the pattern parts.
opts.grep = [];
}
if (this.#runOnly && !opts.only) {

@@ -81,0 +86,0 @@ const p = 'filter: only';

@@ -76,2 +76,7 @@ import { env, parseTestArgs, } from '@tapjs/core';

}
else if (this.#grep) {
// just set to an empty array so it doesn't try to load from the
// env once we've exhausted the pattern parts.
opts.grep = [];
}
if (this.#runOnly && !opts.only) {

@@ -78,0 +83,0 @@ const p = 'filter: only';

4

package.json
{
"name": "@tapjs/filter",
"version": "0.0.0-16",
"version": "0.0.0-17",
"description": "tap plugin providing t.only() and grep option",

@@ -37,3 +37,3 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",

"peerDependencies": {
"@tapjs/core": "0.0.0-16"
"@tapjs/core": "0.0.0-17"
},

@@ -40,0 +40,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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