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

@types/murmurhash-js

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/murmurhash-js - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

murmurhash-js/LICENSE

4

murmurhash-js/index.d.ts

@@ -6,4 +6,4 @@ // Type definitions for murmurhash-js v1.0.0

import * as murmur2 from "./murmurhash2_gc";
import * as murmur3 from "./murmurhash3_gc";
import murmur2 = require("./murmurhash2_gc");
import murmur3 = require("./murmurhash3_gc");

@@ -10,0 +10,0 @@ declare const murmur: typeof murmur3 & {

@@ -0,0 +0,0 @@ // Type definitions for murmurhash-js v1.0.0

@@ -0,0 +0,0 @@ // Type definitions for murmurhash-js v1.0.0

{
"name": "@types/murmurhash-js",
"version": "1.0.2",
"description": "TypeScript definitions for murmurhash-js v1.0.0",
"version": "1.0.3",
"description": "TypeScript definitions for murmurhash-js",
"license": "MIT",
"author": "Chi Vinh Le <https://github.com/cvle>",
"contributors": [
{
"name": "Chi Vinh Le",
"url": "https://github.com/cvle",
"githubUsername": "cvle"
}
],
"main": "",

@@ -14,5 +20,4 @@ "repository": {

"dependencies": {},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "aae8b994fa5b191606e56ddbdb56c1e76fd5e959810da4852814380ba6da94df"
"typesPublisherContentHash": "e9dfe835f854cad32d4e542ee6fb15078f4cc67f2e0ff1ba76b15467e000150c",
"typeScriptVersion": "2.0"
}

@@ -5,15 +5,13 @@ # Installation

# Summary
This package contains type definitions for murmurhash-js v1.0.0 (https://github.com/mikolalysenko/murmurhash-js).
This package contains type definitions for murmurhash-js (https://github.com/mikolalysenko/murmurhash-js).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/murmurhash-js
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/murmurhash-js
Additional Details
* Last updated: Tue, 25 Oct 2016 15:28:04 GMT
* File structure: ProperModule
* Library Dependencies: none
* Module Dependencies: none
* Global values: murmur
* Last updated: Wed, 14 Feb 2018 01:13:03 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by Chi Vinh Le <https://github.com/cvle>.
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