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

4

dist/cjs/index.d.ts

@@ -17,2 +17,4 @@ /**

* Alias for {@link @tapjs/after!After#after}
*
* @group Test Lifecycle Management
*/

@@ -23,2 +25,4 @@ teardown(fn: () => any): void;

* before the next test starts.
*
* @group Test Lifecycle Management
*/

@@ -25,0 +29,0 @@ after(fn: () => any): void;

@@ -24,2 +24,4 @@ "use strict";

* Alias for {@link @tapjs/after!After#after}
*
* @group Test Lifecycle Management
*/

@@ -32,2 +34,4 @@ teardown(fn) {

* before the next test starts.
*
* @group Test Lifecycle Management
*/

@@ -34,0 +38,0 @@ after(fn) {

@@ -17,2 +17,4 @@ /**

* Alias for {@link @tapjs/after!After#after}
*
* @group Test Lifecycle Management
*/

@@ -23,2 +25,4 @@ teardown(fn: () => any): void;

* before the next test starts.
*
* @group Test Lifecycle Management
*/

@@ -25,0 +29,0 @@ after(fn: () => any): void;

@@ -21,2 +21,4 @@ /**

* Alias for {@link @tapjs/after!After#after}
*
* @group Test Lifecycle Management
*/

@@ -29,2 +31,4 @@ teardown(fn) {

* before the next test starts.
*
* @group Test Lifecycle Management
*/

@@ -31,0 +35,0 @@ after(fn) {

4

package.json
{
"name": "@tapjs/after",
"version": "0.0.0-12",
"version": "0.0.0-13",
"description": "a built-in tap extension for t.after() and t.teardown()",

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

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

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