Socket
Socket
Sign inDemoInstall

@tapjs/before-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/before-each - npm Package Compare versions

Comparing version 0.0.0-11 to 0.0.0-12

7

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

@@ -27,5 +28,5 @@ * @module

/**
* plugin method that instantiates the {@link BeforeEach} object
* plugin method that instantiates the {@link @tapjs/before-each!BeforeEach} object
*/
export declare const plugin: (t: TestBase) => BeforeEach;
//# sourceMappingURL=index.d.ts.map
"use strict";
/**
* Plugin class providing {@link BeforeEach#beforeEach} on
* the {@link Test} class.
* Plugin class providing
* {@link @tapjs/before-each!BeforeEach#beforeEach} on the
* {@link @tapjs/test!index.Test} class.
*

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

/**
* plugin method that instantiates the {@link BeforeEach} object
* plugin method that instantiates the {@link @tapjs/before-each!BeforeEach} object
*/

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

/**
* Plugin class providing {@link BeforeEach#beforeEach} on
* the {@link Test} class.
* Plugin class providing
* {@link @tapjs/before-each!BeforeEach#beforeEach} on the
* {@link @tapjs/test!index.Test} class.
*

@@ -27,5 +28,5 @@ * @module

/**
* plugin method that instantiates the {@link BeforeEach} object
* plugin method that instantiates the {@link @tapjs/before-each!BeforeEach} object
*/
export declare const plugin: (t: TestBase) => BeforeEach;
//# sourceMappingURL=index.d.ts.map
/**
* Plugin class providing {@link BeforeEach#beforeEach} on
* the {@link Test} class.
* Plugin class providing
* {@link @tapjs/before-each!BeforeEach#beforeEach} on the
* {@link @tapjs/test!index.Test} class.
*

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

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

@@ -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

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