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

@saulx/hash

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saulx/hash - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

dist/src/crc32.d.ts

54

package.json
{
"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

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