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

@types/murmurhash3js

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/murmurhash3js - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

4

murmurhash3js/index.d.ts

@@ -6,3 +6,3 @@ // Type definitions for murmurhash3js v3.0.1

declare module 'murmurhash3js' {
declare module "murmurhash3js" {
export namespace x86 {

@@ -12,3 +12,3 @@ function hash32(val: string, seed?: number): number;

}
export namespace x64 {

@@ -15,0 +15,0 @@ function hash128(val: string, seed?: number): string;

{
"name": "@types/murmurhash3js",
"version": "3.0.4",
"version": "3.0.5",
"description": "TypeScript definitions for murmurhash3js",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/murmurhash3js",

"dependencies": {},
"typesPublisherContentHash": "783c4e258d4d6e63b14629779c77f31e3252bfe48061337aafc0454d68b6084a",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "5b1c4324363972734eca3ec0b72956d137788830f696d2e1b19cf75de48c9ea9",
"typeScriptVersion": "4.5"
}

@@ -16,3 +16,3 @@ # Installation

declare module 'murmurhash3js' {
declare module "murmurhash3js" {
export namespace x86 {

@@ -22,3 +22,3 @@ function hash32(val: string, seed?: number): number;

}
export namespace x64 {

@@ -32,3 +32,3 @@ function hash128(val: string, seed?: number): string;

### Additional Details
* Last updated: Fri, 25 Aug 2023 17:33:46 GMT
* Last updated: Wed, 27 Sep 2023 09:42:16 GMT
* Dependencies: none

@@ -35,0 +35,0 @@ * Global values: none

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