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 0.0.0-21 to 0.0.0-22

dist/commonjs/index.d.ts

27

package.json
{
"name": "@tapjs/asserts",
"version": "0.0.0-21",
"version": "0.0.0-22",
"description": "",

@@ -8,14 +8,11 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",

"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"
}

@@ -32,3 +29,3 @@ }

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

@@ -46,7 +43,7 @@ "presnap": "npm run prepare",

"peerDependencies": {
"@tapjs/core": "0.0.0-21"
"@tapjs/core": "0.0.0-22"
},
"dependencies": {
"is-actual-promise": "^1.0.0",
"tcompare": "6.0.1-4",
"tcompare": "6.0.1-5",
"trivial-deferred": "^2.0.0"

@@ -63,3 +60,9 @@ },

"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