@docsearch/js
Advanced tools
Comparing version 1.0.0-alpha.28 to 3.0.0-alpha.29
{ | ||
"name": "@docsearch/js", | ||
"description": "JavaScript package for DocSearch, the best search experience for docs.", | ||
"version": "1.0.0-alpha.28", | ||
"version": "3.0.0-alpha.29", | ||
"license": "MIT", | ||
"homepage": "https://github.com/francoischalifour/autocomplete.js", | ||
"repository": "francoischalifour/autocomplete.js", | ||
"homepage": "https://docsearch.algolia.com", | ||
"repository": "algolia/docsearch", | ||
"author": { | ||
@@ -24,14 +24,15 @@ "name": "Algolia, Inc.", | ||
"scripts": { | ||
"build:clean": "rimraf ./dist", | ||
"build:esm": "cross-env BUILD=esm rollup --config", | ||
"build:types": "tsc -p ./tsconfig.declaration.json --outFile ./dist/esm/index.d.ts", | ||
"build:umd": "cross-env BUILD=umd rollup --config", | ||
"build": "yarn build:clean && yarn build:umd && yarn build:esm && yarn build:types", | ||
"build:umd": "BUILD=umd rollup --config", | ||
"build:esm": "BUILD=esm rollup --config", | ||
"build:types": "tsc -p ./tsconfig.declaration.json --outFile ./dist/esm/index.d.ts", | ||
"build:clean": "rm -rf ./dist", | ||
"on:change": "concurrently \"yarn build:esm\" \"yarn build:types\"", | ||
"prepare": "yarn build:esm && yarn build:types", | ||
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\"" | ||
}, | ||
"dependencies": { | ||
"@docsearch/react": "^1.0.0-alpha.28", | ||
"@docsearch/react": "3.0.0-alpha.29", | ||
"preact": "^10.0.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
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
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
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
712890
731
+ Added@algolia/autocomplete-core@1.17.7(transitive)
+ Added@algolia/autocomplete-plugin-algolia-insights@1.17.7(transitive)
+ Added@algolia/autocomplete-preset-algolia@1.17.7(transitive)
+ Added@algolia/autocomplete-shared@1.17.7(transitive)
+ Added@algolia/client-common@5.12.0(transitive)
+ Added@algolia/client-search@5.12.0(transitive)
+ Added@algolia/requester-browser-xhr@5.12.0(transitive)
+ Added@algolia/requester-fetch@5.12.0(transitive)
+ Added@algolia/requester-node-http@5.12.0(transitive)
+ Added@docsearch/css@3.0.0-alpha.29(transitive)
+ Added@docsearch/react@3.0.0-alpha.29(transitive)
+ Added@types/prop-types@15.7.13(transitive)
+ Added@types/react@17.0.83(transitive)
+ Added@types/scheduler@0.16.8(transitive)
+ Addedcsstype@3.1.3(transitive)
+ Addedreact@17.0.2(transitive)
+ Addedreact-dom@17.0.2(transitive)
+ Addedscheduler@0.20.2(transitive)
+ Addedsearch-insights@2.17.2(transitive)
- Removed@docsearch/css@1.0.0-alpha.28(transitive)
- Removed@docsearch/react@1.0.0-alpha.28(transitive)
- Removed@francoischalifour/autocomplete-core@1.0.0-alpha.28(transitive)
- Removed@francoischalifour/autocomplete-preset-algolia@1.0.0-alpha.28(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedscheduler@0.19.1(transitive)