New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@broofa/fnv1a

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@broofa/fnv1a - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@broofa/fnv1a",
"version": "1.0.0",
"version": "1.0.1",
"description": "A robust, tiny, string hash implementation for JS, based on FNV-1a",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

# @broofa/fnv1a
Lite, performant, robust FNV-1a (32-bit) for string hashing
Drop-in replacment for the fnv1a module, with support for unicode and incremental hashing.
Similar to [the fnv1a module](https://github.com/sindresorhus/fnv1a),
but with the following improvements:
See [fnv1a module](https://github.com/sindresorhus/fnv1a) for details
* Handles unicode strings properly and efficiently
* API for creating a digest that can be incrementally updated
## Installation

@@ -17,3 +13,3 @@

## Example: One-time hashes
## Example: One-time hash

@@ -26,3 +22,3 @@ ```javascript

## Example: Incremental hashes
## Example: Incremental hash

@@ -29,0 +25,0 @@ ```javascript

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