Socket
Socket
Sign inDemoInstall

tcompare

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tcompare - npm Package Compare versions

Comparing version 6.0.1-4 to 6.0.1-5

dist/commonjs/format.d.ts

32

package.json
{
"name": "tcompare",
"version": "6.0.1-4",
"version": "6.0.1-5",
"description": "A comprehensive comparison library, for use in test frameworks",

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

"type": "module",
"keywords": [
"deepEqual",
"match",
"compare",
"object",
"comparison",
"diff"
],
"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"
}

@@ -34,3 +39,3 @@ }

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

@@ -42,2 +47,3 @@ "presnap": "npm run prepare",

"tap": {
"typecheck": false,
"coverage-map": "map.js"

@@ -51,3 +57,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