instantsearch-ui-components
Advanced tools
Comparing version 0.0.0 to 0.2.0
{ | ||
"name": "instantsearch-ui-components", | ||
"version": "0.0.0", | ||
"description": "InstantSearch UI Components" | ||
"version": "0.2.0", | ||
"description": "Common UI components for InstantSearch.", | ||
"source": "src/index.ts", | ||
"types": "dist/es/index.d.ts", | ||
"main": "dist/es/index.js", | ||
"module": "dist/es/index.js", | ||
"type": "module", | ||
"exports": { | ||
"types": "./dist/es/index.d.ts", | ||
"default": "./dist/es/index.js" | ||
}, | ||
"sideEffects": false, | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/algolia/instantsearch" | ||
}, | ||
"author": { | ||
"name": "Algolia, Inc.", | ||
"url": "https://www.algolia.com" | ||
}, | ||
"keywords": [ | ||
"algolia", | ||
"components", | ||
"fast", | ||
"instantsearch", | ||
"react", | ||
"search", | ||
"jsx", | ||
"vdom", | ||
"hyperscript" | ||
], | ||
"files": [ | ||
"README.md", | ||
"dist" | ||
], | ||
"scripts": { | ||
"clean": "rm -rf dist", | ||
"build": "yarn build:es && yarn build:types", | ||
"build:es": "BABEL_ENV=es babel src --root-mode upward --extensions '.js,.ts,.tsx' --out-dir dist/es --ignore '**/__tests__/**/*','**/__mocks__/**/*' --quiet", | ||
"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/es", | ||
"version": "./scripts/version.cjs" | ||
}, | ||
"gitHead": "9afbaecd8ae25e3b3746be05f858a83b03843102" | ||
} |
@@ -1,3 +0,44 @@ | ||
# InstantSearch UI Components | ||
<!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> | ||
These components are used by InstantSearch to build UI for search and discovery interfaces. Compatible with Vanilla JavaScript, React, and Vue). | ||
- [instantsearch-ui-components](#instantsearch-ui-components) | ||
- [Contributing](#contributing) | ||
- [License](#license) | ||
<!-- END doctoc generated TOC please keep comment here to allow auto update --> | ||
# instantsearch-ui-components | ||
InstantSearch UI Components is an open-source UI library used by InstantSearch to build UI for search and discovery interfaces. It exports UI components that are compatible with InstantSearch.js, React InstantSearch, and Vue InstantSearch. | ||
> Note: `instantsearch-ui-components` exists for internal usage and isn't designed for public consumption. | ||
## Contributing | ||
We welcome all contributors, from casual to regular 💙 | ||
- **Bug report**. Is something not working as expected? [Send a bug report][contributing-bugreport]. | ||
- **Feature request**. Would you like to add something to the library? [Send a feature request][contributing-featurerequest]. | ||
- **Documentation**. Did you find a typo in the doc? [Open an issue][contributing-newissue] and we'll take care of it. | ||
- **Development**. If you don't know where to start, you can check the open issues that are [tagged easy][contributing-label-easy], the [bugs][contributing-label-bug] or [chores][contributing-label-chore]. | ||
To start contributing to code, you need to: | ||
1. [Fork the project](https://help.github.com/articles/fork-a-repo/) | ||
1. [Clone the repository](https://help.github.com/articles/cloning-a-repository/) | ||
1. Install the dependencies: `yarn` | ||
Please read [our contribution process](https://github.com/algolia/instantsearch/blob/master/CONTRIBUTING.md) to learn more. | ||
## License | ||
InstantSearch UI Components is [MIT licensed](../../LICENSE). | ||
<!-- Links --> | ||
[contributing-bugreport]: https://github.com/algolia/instantsearch/issues/new?template=BUG_REPORT.yml&labels=triage,Library%3A%20React+InstantSearch | ||
[contributing-featurerequest]: https://github.com/algolia/instantsearch/discussions/new?category=ideas&labels=triage,Library%3A%20React+InstantSearch&title=Feature%20request%3A%20 | ||
[contributing-newissue]: https://github.com/algolia/instantsearch/issues/new?labels=triage,Library%3A%20React+InstantSearch | ||
[contributing-label-easy]: https://github.com/algolia/instantsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22Difficulty%3A+Easy%22+label%3A%22Library%3A%20React+InstantSearch%22 | ||
[contributing-label-bug]: https://github.com/algolia/instantsearch/issues?q=is%3Aissue+is%3Aopen+label%3A%22Type%3A+Bug%22+label%3A%22Library%3A%20React+InstantSearch%22 | ||
[contributing-label-chore]: https://github.com/algolia/instantsearch/issues?q=is%3Aissue+is%3Aopen+label%3A%22Type%3A+Chore%22+label%3A%22Library%3A%20React+InstantSearch%22 |
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
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
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
12085
19
0
154
1
45
0
Yes