You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@tapjs/typescript

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tapjs/typescript - npm Package Compare versions

Comparing version
3.1.6
to
3.2.0
+12
-11
package.json
{
"name": "@tapjs/typescript",
"version": "3.1.6",
"version": "3.2.0",
"description": "a built-in tap extension that adds typescript support",

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

"main": "./dist/commonjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/commonjs/index.d.ts",

@@ -61,3 +62,3 @@ "exports": {

"peerDependencies": {
"@tapjs/core": "4.0.7"
"@tapjs/core": "4.1.0"
},

@@ -67,14 +68,14 @@ "tap": {

},
"repository": {
"type": "git",
"url": "git@github.com:tapjs/tapjs",
"path": "src/typescript"
},
"homepage": "https://github.com/tapjs/tapjs/src/typescript#readme",
"bugs": {
"url": "https://github.com/tapjs/tapjs/issues"
},
"keywords": [
"tapjs plugin"
],
"bugs": {
"url": "https://github.com/tapjs/tapjs/issues"
},
"homepage": "https://github.com/tapjs/tapjs/src/spawn#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tapjs/tapjs.git"
},
"module": "./dist/esm/index.js",
"engines": {

@@ -81,0 +82,0 @@ "node": "20 || >=22"