Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@grandom/fnv1a

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grandom/fnv1a - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+2
-2
index.js
/*!
* @grandom/fnv1a v1.0.1
* @grandom/fnv1a v1.0.2
* https://github.com/grandom-library/fnv1a#readme

@@ -9,3 +9,3 @@ *

*
* Date: 2023-08-24T15:34:29.504Z
* Date: 2023-08-24T15:41:09.671Z
*/

@@ -12,0 +12,0 @@ 'use strict';

{
"name": "@grandom/fnv1a",
"version": "1.0.1",
"version": "1.0.2",
"description": "FNV-1a non-cryptographic hash function implementation written in TypeScript.",

@@ -68,9 +68,9 @@ "author": "Richard King <richrdkng@gmail.com> (www.richrdkng.com)",

"@semantic-release/git": "^10.0.1",
"@tsconfig/node16": "^16.1.0",
"@types/jest": "^29.5.3",
"@tsconfig/node16": "^16.1.1",
"@types/jest": "^29.5.4",
"@types/node": "^16.18.38",
"@types/semantic-release": "^20.0.1",
"jest": "^29.6.4",
"jest-extended": "^4.0.0",
"rollup": "^3.26.3",
"jest-extended": "^4.0.1",
"rollup": "^3.28.1",
"semantic-release": "^19.0.5",

@@ -83,5 +83,5 @@ "semantic-release-monorepo": "^7.0.5",

"ts-standard": "^12.0.2",
"tslib": "^2.6.1",
"tslib": "^2.6.2",
"typescript": "^4.9.4"
}
}