Comparing version 0.0.1 to 0.3.1
{ | ||
"===== 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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
32464
12
182
1
0
52
30
2