Socket
Socket
Sign inDemoInstall

@tapjs/before-each

Package Overview
Dependencies
Maintainers
0
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 2.0.8 to 3.0.0

12

package.json
{
"name": "@tapjs/before-each",
"version": "2.0.8",
"version": "3.0.0",
"description": "a built-in tap extension for t.beforeEach()",

@@ -19,2 +19,3 @@ "tshy": {

"import": {
"source": "./src/index.ts",
"types": "./dist/esm/index.d.ts",

@@ -24,2 +25,3 @@ "default": "./dist/esm/index.js"

"require": {
"source": "./src/index.ts",
"types": "./dist/commonjs/index.d.ts",

@@ -48,3 +50,3 @@ "default": "./dist/commonjs/index.js"

"peerDependencies": {
"@tapjs/core": "2.1.6"
"@tapjs/core": "3.0.0"
},

@@ -61,9 +63,9 @@ "tap": {

"homepage": "https://github.com/tapjs/tapjs/src/spawn#readme",
"engines": {
"node": "16 >=16.17.0 || 18 >= 18.6.0 || >=20"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tapjs/tapjs.git"
},
"engines": {
"node": ">= 18.6.0"
}
}
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