@saulx/hash
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "@saulx/hash", | ||
"main": "./dist/index.js", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "Fast, low collision hashing based on djb2", | ||
"repository": "https://github.com/atelier-saulx/hash", | ||
"keywords": [ | ||
"hash", | ||
"performance", | ||
"object" | ||
], | ||
"files": [ | ||
"dist/src" | ||
], | ||
"license": "MIT", | ||
"scripts": { | ||
@@ -10,42 +20,16 @@ "build": "tsc", | ||
}, | ||
"repository": "https://github.com/atelier-saulx/hash", | ||
"lint-staged": { | ||
"{js,json}": [ | ||
"prettier --write", | ||
"git add" | ||
], | ||
"*.js": [ | ||
"eslint --fix", | ||
"git add" | ||
] | ||
}, | ||
"type": "module", | ||
"main": "./dist/src/index.js", | ||
"ava": { | ||
"timeout": "2m", | ||
"files": [ | ||
"test/**/*.ts" | ||
], | ||
"extensions": [ | ||
"ts" | ||
], | ||
"require": [ | ||
"ts-node/register" | ||
"./dist/test/**/*.js" | ||
] | ||
}, | ||
"browser": { | ||
"stream": false | ||
}, | ||
"prettier": "@saulx/prettier-config", | ||
"eslintConfig": { | ||
"extends": "@saulx/eslint-config" | ||
}, | ||
"devDependencies": { | ||
"@saulx/eslint-config": "https://github.com/atelier-saulx/eslint-config", | ||
"@saulx/prettier-config": "https://github.com/atelier-saulx/prettier-config", | ||
"ava": "3.15.0", | ||
"eslint": "^7.18.0", | ||
"husky": "^3.0.8", | ||
"lint-staged": "^9.4.2", | ||
"prettier": "^2.2.1", | ||
"ts-node": "8.5.4", | ||
"typescript": "3.7.3" | ||
"ava": "5.3.1", | ||
"@saulx/tsconfig": "^1.0.1", | ||
"@saulx/prettier-config": "^1.0.0" | ||
} | ||
} |
# hash | ||
Hash packages for saulx, returns 64 bit hashes | ||
Fast, low collision hashing based on djb2 | ||
@@ -5,0 +5,0 @@ ## hash |
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
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
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
3
33
Yes
25920
332
1