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

@tapjs/before

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 - 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 Before#before} on the
* {@link Test} class.
* Plugin class providing {@link @tapjs/before!Before#before} on the
* {@link @tapjs/test!index.Test} class.
*

@@ -24,5 +24,5 @@ * @module

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

@@ -57,3 +57,3 @@ * @module

/**
* Plugin method that creates the {@link Before} instance
* Plugin method that creates the {@link @tapjs/before!Before} instance
*/

@@ -60,0 +60,0 @@ const plugin = (t) => new Before(t);

/**
* Plugin class providing {@link Before#before} on the
* {@link Test} class.
* Plugin class providing {@link @tapjs/before!Before#before} on the
* {@link @tapjs/test!index.Test} class.
*

@@ -24,5 +24,5 @@ * @module

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

@@ -53,5 +53,5 @@ * @module

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

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

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