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 1.0.7 to 1.1.0

33

package.json
{
"name": "@tapjs/before-each",
"version": "1.0.7",
"version": "1.1.0",
"description": "a built-in tap extension for t.beforeEach()",
"tshy": {
"main": true,
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts"
}
},
"type": "module",
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"exports": {

@@ -31,2 +40,10 @@ "./package.json": "./package.json",

},
"author": "Isaac Z. Schlueter",
"license": "BlueOak-1.0.0",
"dependencies": {
"function-loop": "^4.0.0"
},
"peerDependencies": {
"@tapjs/core": "1.3.0"
},
"tap": {

@@ -38,4 +55,2 @@ "typecheck": false

],
"author": "Isaac Z. Schlueter",
"license": "BlueOak-1.0.0",
"bugs": {

@@ -45,8 +60,2 @@ "url": "https://github.com/tapjs/tapjs/issues"

"homepage": "https://github.com/tapjs/tapjs/src/spawn#readme",
"peerDependencies": {
"@tapjs/core": "1.2.0"
},
"dependencies": {
"function-loop": "^4.0.0"
},
"engines": {

@@ -58,9 +67,3 @@ "node": ">=16"

"url": "git+https://github.com/tapjs/tapjs.git"
},
"tshy": {
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts"
}
}
}
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