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-11 to 0.0.0-12

7

dist/cjs/index.d.ts

@@ -29,4 +29,5 @@ import { PromiseWithSubtest, TapPlugin, TestBase, TestBaseOpts } from '@tapjs/core';

/**
* Class that provides the {@link Filter#only} method, and extends the
* {@link TestBase#shouldSkipChild} method to respect the grep option
* Class that provides the {@link @tapjs/filter!Filter#only} method, and
* extends the {@link @tapjs/core!test-base.TestBase#shouldSkipChild} method to
* respect the grep option
*/

@@ -46,3 +47,3 @@ export declare class Filter {

/**
* plugin method that instantiates a {@link Filter} object
* plugin method that instantiates a {@link @tapjs/filter!Filter} object
*/

@@ -49,0 +50,0 @@ export declare const plugin: TapPlugin<Filter, FilterOptions>;

@@ -6,4 +6,5 @@ "use strict";

/**
* Class that provides the {@link Filter#only} method, and extends the
* {@link TestBase#shouldSkipChild} method to respect the grep option
* Class that provides the {@link @tapjs/filter!Filter#only} method, and
* extends the {@link @tapjs/core!test-base.TestBase#shouldSkipChild} method to
* respect the grep option
*/

@@ -96,3 +97,3 @@ class Filter {

/**
* plugin method that instantiates a {@link Filter} object
* plugin method that instantiates a {@link @tapjs/filter!Filter} object
*/

@@ -99,0 +100,0 @@ const plugin = (t, opts) => new Filter(t, opts);

@@ -29,4 +29,5 @@ import { PromiseWithSubtest, TapPlugin, TestBase, TestBaseOpts } from '@tapjs/core';

/**
* Class that provides the {@link Filter#only} method, and extends the
* {@link TestBase#shouldSkipChild} method to respect the grep option
* Class that provides the {@link @tapjs/filter!Filter#only} method, and
* extends the {@link @tapjs/core!test-base.TestBase#shouldSkipChild} method to
* respect the grep option
*/

@@ -46,3 +47,3 @@ export declare class Filter {

/**
* plugin method that instantiates a {@link Filter} object
* plugin method that instantiates a {@link @tapjs/filter!Filter} object
*/

@@ -49,0 +50,0 @@ export declare const plugin: TapPlugin<Filter, FilterOptions>;

import { env, parseTestArgs, } from '@tapjs/core';
/**
* Class that provides the {@link Filter#only} method, and extends the
* {@link TestBase#shouldSkipChild} method to respect the grep option
* Class that provides the {@link @tapjs/filter!Filter#only} method, and
* extends the {@link @tapjs/core!test-base.TestBase#shouldSkipChild} method to
* respect the grep option
*/

@@ -91,3 +92,3 @@ export class Filter {

/**
* plugin method that instantiates a {@link Filter} object
* plugin method that instantiates a {@link @tapjs/filter!Filter} object
*/

@@ -94,0 +95,0 @@ export const plugin = (t, opts) => new Filter(t, opts);

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

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

"peerDependencies": {
"@tapjs/core": "0.0.0-11"
"@tapjs/core": "0.0.0-12"
},
"dependencies": {
"tcompare": "6.0.1-2",
"tcompare": "6.0.1-3",
"trivial-deferred": "^2.0.0"

@@ -43,0 +43,0 @@ },

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