Socket
Socket
Sign inDemoInstall

@tapjs/asserts

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

Comparing version 1.0.7 to 1.1.0

43

package.json
{
"name": "@tapjs/asserts",
"version": "1.0.7",
"version": "1.1.0",
"description": "",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"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": {

@@ -20,9 +28,5 @@ "./package.json": "./package.json",

},
"keywords": [
"tapjs plugin"
],
"files": [
"dist"
],
"license": "BlueOak-1.0.0",
"scripts": {

@@ -37,2 +41,12 @@ "prepare": "tshy",

},
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"license": "BlueOak-1.0.0",
"dependencies": {
"is-actual-promise": "^1.0.0",
"tcompare": "6.2.0",
"trivial-deferred": "^2.0.0"
},
"peerDependencies": {
"@tapjs/core": "1.3.0"
},
"tap": {

@@ -42,10 +56,5 @@ "coverage-map": "./map.js",

},
"peerDependencies": {
"@tapjs/core": "1.2.0"
},
"dependencies": {
"is-actual-promise": "^1.0.0",
"tcompare": "6.1.0",
"trivial-deferred": "^2.0.0"
},
"keywords": [
"tapjs plugin"
],
"engines": {

@@ -60,9 +69,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