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

fzf

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

fzf - npm Package Compare versions

Comparing version 0.0.1 to 0.3.1

dist/algo.d.ts

82

package.json
{
"===== INFO =====": "",
"name": "fzf",
"version": "0.0.1",
"description": "NPM Package for easy installtion of FuzzyFinder (FZF)",
"main": "index.js",
"version": "0.3.1",
"description": "Do fuzzy matching using FZF algorithm in JavaScript",
"license": "BSD-3-Clause",
"keywords": [
"fzf",
"fuzzy-search",
"fuzzy-match",
"fuzzy",
"search",
"find"
],
"homepage": "https://fzf.netlify.app",
"repository": "ajitid/fzf-for-js",
"author": {
"name": "ajit",
"email": "zlksnkwork+pkgnfo@gmail.com",
"url": "https://ajitid.in"
},
"===== SCRIPTS =====": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "vite -c vite-for-docs.config.ts",
"build": "npm run build:modules && npm run build:types",
"build:modules": "tsc && vite build",
"build:types": "tsc -p tsconfig-to-build-types.json --outDir dist",
"build:only-docs": "tsc && vite build -c vite-for-docs.config.ts",
"build:docs": "npm run fill-with-old-docs && npm run build:only-docs",
"test": "jest src",
"fill-with-old-docs": "node scripts/fill-with-old-docs.js"
},
"author": "calbertts",
"license": "ISC"
"===== BUILD =====": "",
"files": [
"dist"
],
"main": "./dist/fzf.umd.js",
"module": "./dist/fzf.es.js",
"exports": {
".": {
"import": "./dist/fzf.es.js",
"require": "./dist/fzf.umd.js"
}
},
"types": "./dist/main.d.ts",
"===== HINTING =====": "",
"sideEffects": false,
"===== DEPS =====": "",
"devDependencies": {
"@mdx-js/mdx": "^2.0.0-next.9",
"@mdx-js/react": "^1.6.22",
"@tailwindcss/typography": "^0.4.1",
"@types/jest": "^26.0.24",
"@types/jest-expect-message": "^1.0.3",
"@types/mdx-js__react": "^1.5.4",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@vitejs/plugin-react-refresh": "^1.3.1",
"autoprefixer": "^10.2.6",
"comlink": "^4.3.1",
"glob": "^7.1.7",
"history": "^5.0.0",
"jest": "^27.0.6",
"jest-expect-message": "^1.0.2",
"patch-package": "^6.4.7",
"postcss": "^8.3.5",
"preval.macro": "^5.0.0",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-router": "^6.0.0-beta.0",
"react-router-dom": "^6.0.0-beta.0",
"shelljs": "^0.8.4",
"tailwindcss": "^2.2.4",
"ts-jest": "^27.0.3",
"typescript": "^4.3.2",
"vite": "^2.3.8",
"vite-plugin-babel-macros": "^1.0.5",
"vite-plugin-mdx": "^3.5.6"
}
}
Dockerfile
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