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

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.1.0 to 6.2.0

43

package.json
{
"name": "tcompare",
"version": "6.1.0",
"version": "6.2.0",
"description": "A comprehensive comparison library, for use in test frameworks",
"author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
"license": "BlueOak-1.0.0",
"tshy": {
"main": true,
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts"
}
},
"type": "module",
"keywords": [
"deepEqual",
"match",
"compare",
"object",
"comparison",
"diff"
],
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"exports": {

@@ -32,5 +31,2 @@ "./package.json": "./package.json",

],
"dependencies": {
"diff": "^5.1.0"
},
"scripts": {

@@ -45,2 +41,7 @@ "snap": "tap",

},
"author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
"license": "BlueOak-1.0.0",
"dependencies": {
"diff": "^5.1.0"
},
"tap": {

@@ -50,2 +51,10 @@ "typecheck": false,

},
"keywords": [
"deepEqual",
"match",
"compare",
"object",
"comparison",
"diff"
],
"engines": {

@@ -57,9 +66,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