Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tapjs/test

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/test - npm Package Compare versions

Comparing version 1.3.9 to 1.3.10

42

package.json
{
"name": "@tapjs/test",
"version": "1.3.9",
"version": "1.3.10",
"description": "the pluggable Test class for node-tap",

@@ -29,3 +29,4 @@ "tshy": {

}
}
},
"./generate-tap-test-class": "./scripts/build.mjs"
}

@@ -70,3 +71,4 @@ },

}
}
},
"./generate-tap-test-class": "./scripts/build.mjs"
},

@@ -90,17 +92,17 @@ "files": [

"dependencies": {
"@tapjs/after": "1.1.9",
"@tapjs/after-each": "1.1.9",
"@tapjs/asserts": "1.1.9",
"@tapjs/before": "1.1.9",
"@tapjs/before-each": "1.1.9",
"@tapjs/filter": "1.2.9",
"@tapjs/fixture": "1.2.9",
"@tapjs/intercept": "1.2.9",
"@tapjs/mock": "1.2.7",
"@tapjs/node-serialize": "1.1.9",
"@tapjs/snapshot": "1.2.9",
"@tapjs/spawn": "1.1.9",
"@tapjs/stdin": "1.1.9",
"@tapjs/typescript": "1.2.9",
"@tapjs/worker": "1.1.9",
"@tapjs/after": "1.1.10",
"@tapjs/after-each": "1.1.10",
"@tapjs/asserts": "1.1.10",
"@tapjs/before": "1.1.10",
"@tapjs/before-each": "1.1.10",
"@tapjs/filter": "1.2.10",
"@tapjs/fixture": "1.2.10",
"@tapjs/intercept": "1.2.10",
"@tapjs/mock": "1.2.8",
"@tapjs/node-serialize": "1.1.10",
"@tapjs/snapshot": "1.2.10",
"@tapjs/spawn": "1.1.10",
"@tapjs/stdin": "1.1.10",
"@tapjs/typescript": "1.2.10",
"@tapjs/worker": "1.1.10",
"glob": "^10.3.10",

@@ -112,3 +114,3 @@ "jackspeak": "^2.3.6",

"sync-content": "^1.0.1",
"tap-parser": "15.2.0",
"tap-parser": "15.2.1",
"ts-node": "npm:@isaacs/ts-node-temp-fork-for-pr-2009@^10.9.1",

@@ -119,3 +121,3 @@ "tshy": "^1.2.2",

"peerDependencies": {
"@tapjs/core": "1.3.9"
"@tapjs/core": "1.3.10"
},

@@ -122,0 +124,0 @@ "tap": {

@@ -34,3 +34,3 @@ # `@tapjs/test`

hello: () => console.log('hello from ', t.name),
blowUp: () => t.fail('blowing up')
blowUp: () => t.fail('blowing up'),
})

@@ -65,3 +65,3 @@

hello: () => console.log('hello from ', t.name),
blowUp: () => t.fail('blowing up')
blowUp: () => t.fail('blowing up'),
})

@@ -68,0 +68,0 @@

@@ -20,5 +20,3 @@ {

},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {

@@ -25,0 +23,0 @@ "prepare": "tshy",

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