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

@types/fuzzaldrin

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

@types/fuzzaldrin - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

fuzzaldrin/LICENSE

4

fuzzaldrin/index.d.ts

@@ -5,5 +5,7 @@ // Type definitions for fuzzaldrin 2.1

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
export function filter<T>(candidates: T[], query: string, options?: { key?: string, maxResults?: number }): T[];
export function filter(candidates: string[], query: string, options?: {maxResults?: number}): string[];
export function filter<T, K extends keyof T>(candidates: T[], query: string & T[K], options: {key: K, maxResults?: number}): T[];
export function match(string: string, query: string): any;
export function score(string: string, query: string): number;
{
"name": "@types/fuzzaldrin",
"version": "2.1.0",
"version": "2.1.1",
"description": "TypeScript definitions for fuzzaldrin",
"license": "MIT",
"author": "Mohamed Hegazy <https://github.com/mhegazy>",
"contributors": [
{
"name": "Mohamed Hegazy",
"url": "https://github.com/mhegazy",
"githubUsername": "mhegazy"
}
],
"main": "",

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

"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "6652f4041eab7efc13dc2616e886bbd92ce4bdbc3cd34ba69257cc7609781979",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "b9184f94d7cb07a395ede4d8f55f3670f73ff2ad84b975165f0f40d45976fdaa",
"typeScriptVersion": "2.1"
}

@@ -8,8 +8,7 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/fuzzaldrin
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fuzzaldrin
Additional Details
* Last updated: Thu, 29 Dec 2016 23:09:05 GMT
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Sun, 03 Dec 2017 16:26:41 GMT
* Dependencies: none
* Global values: none

@@ -16,0 +15,0 @@

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