Socket
Socket
Sign inDemoInstall

@tapjs/after

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 - npm Package Compare versions

Comparing version 0.0.0-11 to 0.0.0-12

9

dist/cjs/index.d.ts
/**
* Plugin class providing {@link After#after} and
* {@link After#teardown} on the {@link Test} class.
* Plugin class providing {@link @tapjs/after!After#after} and
* {@link @tapjs/after!After#teardown} on the
* {@link @tapjs/test!index.Test} class.
*

@@ -15,3 +16,3 @@ * @module

/**
* Alias for {@link After#after}
* Alias for {@link @tapjs/after!After#after}
*/

@@ -26,5 +27,5 @@ teardown(fn: () => any): void;

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

@@ -22,3 +23,3 @@ * @module

/**
* Alias for {@link After#after}
* Alias for {@link @tapjs/after!After#after}
*/

@@ -70,3 +71,3 @@ teardown(fn) {

/**
* Plugin method that creates the {@link After} instance
* Plugin method that creates the {@link @tapjs/after!After} instance
*/

@@ -73,0 +74,0 @@ const plugin = (t) => new After(t);

/**
* Plugin class providing {@link After#after} and
* {@link After#teardown} on the {@link Test} class.
* Plugin class providing {@link @tapjs/after!After#after} and
* {@link @tapjs/after!After#teardown} on the
* {@link @tapjs/test!index.Test} class.
*

@@ -15,3 +16,3 @@ * @module

/**
* Alias for {@link After#after}
* Alias for {@link @tapjs/after!After#after}
*/

@@ -26,5 +27,5 @@ teardown(fn: () => any): void;

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

@@ -19,3 +20,3 @@ * @module

/**
* Alias for {@link After#after}
* Alias for {@link @tapjs/after!After#after}
*/

@@ -66,5 +67,5 @@ teardown(fn) {

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

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

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

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

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