Comparing version 6.1.0 to 6.2.0
{ | ||
"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" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
449347