Socket
Socket
Sign inDemoInstall

@tapjs/worker

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tapjs/worker - npm Package Compare versions

Comparing version 0.0.0-21 to 0.0.0-22

dist/commonjs/index.d.ts

25

package.json
{
"name": "@tapjs/worker",
"version": "0.0.0-21",
"version": "0.0.0-22",
"description": "a built-in tap extension for t.worker()",
"type": "module",
"exports": {
"./package.json": {
"import": "./package.json",
"require": "./package.json"
},
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/mjs/index.d.ts",
"default": "./dist/mjs/index.js"
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/cjs/index.d.ts",
"default": "./dist/cjs/index.js"
"types": "./dist/commonjs/index.d.ts",
"default": "./dist/commonjs/index.js"
}

@@ -26,3 +23,3 @@ }

"scripts": {
"prepare": "tsc -p tsconfig/cjs.json && tsc -p tsconfig/esm.json && bash ./scripts/fixup.sh",
"prepare": "tshy",
"pretest": "npm run prepare",

@@ -48,3 +45,3 @@ "presnap": "npm run prepare",

"peerDependencies": {
"@tapjs/core": "0.0.0-21"
"@tapjs/core": "0.0.0-22"
},

@@ -57,3 +54,9 @@ "engines": {

"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