Socket
Socket
Sign inDemoInstall

@tapjs/after-each

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tapjs/after-each - npm Package Compare versions

Comparing version 0.0.0-11 to 0.0.0-12

6

dist/cjs/index.d.ts
/**
* Plugin class providing {@link AfterEach#afterEach}
* on the {@link Test} class.
* Plugin class providing {@link @tapjs/after-each!AfterEach#afterEach}
* on the {@link @tapjs/test!index.Test} class.
*

@@ -26,5 +26,5 @@ * @module

/**
* Plugin method that creates the {@link AfterEach} instance
* Plugin method that creates the {@link @tapjs/after-each!AfterEach} instance
*/
export declare const plugin: TapPlugin<AfterEach>;
//# sourceMappingURL=index.d.ts.map
"use strict";
/**
* Plugin class providing {@link AfterEach#afterEach}
* on the {@link Test} class.
* Plugin class providing {@link @tapjs/after-each!AfterEach#afterEach}
* on the {@link @tapjs/test!index.Test} class.
*

@@ -61,3 +61,3 @@ * @module

/**
* Plugin method that creates the {@link AfterEach} instance
* Plugin method that creates the {@link @tapjs/after-each!AfterEach} instance
*/

@@ -64,0 +64,0 @@ const plugin = (t) => new AfterEach(t);

/**
* Plugin class providing {@link AfterEach#afterEach}
* on the {@link Test} class.
* Plugin class providing {@link @tapjs/after-each!AfterEach#afterEach}
* on the {@link @tapjs/test!index.Test} class.
*

@@ -26,5 +26,5 @@ * @module

/**
* Plugin method that creates the {@link AfterEach} instance
* Plugin method that creates the {@link @tapjs/after-each!AfterEach} instance
*/
export declare const plugin: TapPlugin<AfterEach>;
//# sourceMappingURL=index.d.ts.map
/**
* Plugin class providing {@link AfterEach#afterEach}
* on the {@link Test} class.
* Plugin class providing {@link @tapjs/after-each!AfterEach#afterEach}
* on the {@link @tapjs/test!index.Test} class.
*

@@ -57,5 +57,5 @@ * @module

/**
* Plugin method that creates the {@link AfterEach} instance
* Plugin method that creates the {@link @tapjs/after-each!AfterEach} instance
*/
export const plugin = (t) => new AfterEach(t);
//# sourceMappingURL=index.js.map
{
"name": "@tapjs/after-each",
"version": "0.0.0-11",
"version": "0.0.0-12",
"description": "a built-in tap extension for t.afterEach()",

@@ -46,3 +46,3 @@ "type": "module",

"peerDependencies": {
"@tapjs/core": "0.0.0-11"
"@tapjs/core": "0.0.0-12"
},

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

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