@react-hookz/deep-equal
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "@react-hookz/deep-equal", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Fast deep equal comparator", | ||
@@ -10,3 +10,8 @@ "keywords": [ | ||
"react", | ||
"es6" | ||
"es6", | ||
"compare", | ||
"compare-objects", | ||
"compare-maps", | ||
"compare-arrays", | ||
"compare-sets" | ||
], | ||
@@ -25,7 +30,10 @@ "license": "MIT", | ||
"type": "module", | ||
"main": "./src/index.js", | ||
"types": "./src/index.d.ts", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"sideEffects": false, | ||
"files": [ | ||
"./dist" | ||
], | ||
"exports": { | ||
".": "./src/index.js" | ||
".": "./dist/index.js" | ||
}, | ||
@@ -36,59 +44,35 @@ "engines": { | ||
"devDependencies": { | ||
"@commitlint/cli": "^18.6.0", | ||
"@commitlint/config-conventional": "^18.6.0", | ||
"@commitlint/cz-commitlint": "^18.6.0", | ||
"@jamesacarr/jest-reporter-github-actions": "^0.0.4", | ||
"@react-hookz/eslint-config": "^2.1.5", | ||
"@react-hookz/eslint-formatter-gha": "^2.0.1", | ||
"@semantic-release/changelog": "^6.0.2", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^9.2.6", | ||
"@swc/core": "^1.3.107", | ||
"@swc/jest": "^0.2.34", | ||
"@types/jest": "^29.5.12", | ||
"commitizen": "^4.3.0", | ||
"commitlint": "^18.6.0", | ||
"eslint": "^8.56.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"@commitlint/cli": "^19.6.0", | ||
"@commitlint/config-conventional": "^19.6.0", | ||
"@react-hookz/eslint-config": "^4.1.6", | ||
"@react-hookz/eslint-formatter-gha": "^3.0.2", | ||
"@semantic-release/exec": "^6.0.3", | ||
"@vitest/browser": "^2.1.8", | ||
"@vitest/coverage-v8": "^2.1.8", | ||
"commitlint": "^19.6.0", | ||
"dequal": "^2.0.3", | ||
"eslint": "^9.16.0", | ||
"fast-deep-equal": "^3.1.3", | ||
"husky": "^9.0.10", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"lint-staged": "^15.2.1", | ||
"prettier": "^3.2.5", | ||
"rimraf": "^5.0.5", | ||
"semantic-release": "^23.0.0", | ||
"ts-jest": "^29.1.2", | ||
"ts-node": "^10.9.2", | ||
"pinst": "^3.0.0", | ||
"react-fast-compare": "^3.2.2", | ||
"rimraf": "^6.0.1", | ||
"semantic-release": "^24.2.0", | ||
"typescript": "^5.3.3", | ||
"yarn": "^1.22.19" | ||
"vitest": "^2.1.8" | ||
}, | ||
"scripts": { | ||
"prepare": "husky install", | ||
"commit": "git-cz", | ||
"build": "yarn build:clean && tsc --version && tsc", | ||
"build:clean": "yarn rimraf -g ./src/**/*.js ./src/**/*.d.ts", | ||
"benchmark": "yarn build && cd ./benchmark && yarn && yarn benchmark", | ||
"test": "jest", | ||
"test:coverage": "yarn test --coverage", | ||
"lint": "eslint .", | ||
"lint:fix": "yarn lint --fix --fix-type problem,suggestion,layout" | ||
"_postinstall": "husky", | ||
"prepack": "pinst --disable", | ||
"postpack": "pinst --enable", | ||
"build": "yarn build:clean && tsc --version && tsc -p ./tsconfig.build.json", | ||
"build:clean": "rimraf -g ./dist", | ||
"lint": "eslint", | ||
"lint:fix": "eslint --fix", | ||
"test": "vitest", | ||
"test:coverage": "vitest --coverage", | ||
"benchmark": "vitest bench --run" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "@commitlint/cz-commitlint" | ||
} | ||
}, | ||
"lint-staged": { | ||
"*.{js,jsx,ts,tsx,md,mdx}": "eslint --fix" | ||
}, | ||
"release": { | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
"@semantic-release/git", | ||
"@semantic-release/github" | ||
] | ||
} | ||
"packageManager": "yarn@4.5.3" | ||
} |
@@ -113,2 +113,26 @@ <div align="center"> | ||
<!-- readme: collaborators,contributors,semantic-release-bot/-,lint-action/- -start --> | ||
<table> | ||
<tr> | ||
<td align="center"> | ||
<a href="https://github.com/xobotyi"> | ||
<img src="https://avatars.githubusercontent.com/u/6178739?v=4" width="100;" alt="xobotyi"/> | ||
<br /> | ||
<sub><b>Anton Zinovyev</b></sub> | ||
</a> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/kylemh"> | ||
<img src="https://avatars.githubusercontent.com/u/9523719?v=4" width="100;" alt="kylemh"/> | ||
<br /> | ||
<sub><b>Kyle Holmberg</b></sub> | ||
</a> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/nichita-pasecinic"> | ||
<img src="https://avatars.githubusercontent.com/u/98735377?v=4" width="100;" alt="nichita-pasecinic"/> | ||
<br /> | ||
<sub><b>Pasecinic Nichita</b></sub> | ||
</a> | ||
</td></tr> | ||
</table> | ||
<!-- readme: collaborators,contributors,semantic-release-bot/-,lint-action/- -end --> | ||
@@ -115,0 +139,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
17101
19
262
143
1