@sentry-internal/global-search
Advanced tools
Comparing version 0.3.0 to 0.4.1
{ | ||
"name": "@sentry-internal/global-search", | ||
"description": "JavaScript library and helper utilities for searching Sentry sites via Algolia.", | ||
"version": "0.3.0", | ||
"version": "0.4.1", | ||
"author": "Sentry", | ||
"dependencies": { | ||
"@types/dompurify": "^2.0.4", | ||
"@types/react": ">=16", | ||
@@ -17,2 +16,3 @@ "@types/react-dom": ">=16", | ||
}, | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
@@ -22,5 +22,7 @@ "react": ">=16", | ||
}, | ||
"main": "./dist/index.js", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"files": [ | ||
"dist/" | ||
"dist" | ||
], | ||
@@ -34,2 +36,3 @@ "devDependencies": { | ||
"@types/domhandler": "^2.4.2", | ||
"@types/dompurify": "^2.0.4", | ||
"@types/htmlparser2": "^3.10.3", | ||
@@ -56,4 +59,4 @@ "@types/js-yaml": "^3.12.5", | ||
"style-loader": "^1.2.1", | ||
"ts-node": "^9.0.0", | ||
"typescript": "^4.0.2", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.3", | ||
"webpack": "^5.72.1", | ||
@@ -68,3 +71,3 @@ "webpack-cli": "^4.9.2", | ||
"scripts": { | ||
"build": "webpack --mode production --config ./config/webpack.build.config.js && tsc", | ||
"build": "tsc && tsc -p tsconfig.module.json", | ||
"build-demo": "webpack --mode production --config ./config/webpack.demo.config.js", | ||
@@ -71,0 +74,0 @@ "start": "webpack-dev-server --open --mode development --config ./config/webpack.demo.config.js", |
@@ -29,3 +29,3 @@ # Global search across Sentry websites | ||
```javascript | ||
import SentryGlobalSearch from '@sentry-internal/global-search'; | ||
import {SentryGlobalSearch} from '@sentry-internal/global-search'; | ||
@@ -32,0 +32,0 @@ // This will include all sites in the results |
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
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
145053
10
98
1798
34
1
- Removed@types/dompurify@^2.0.4
- Removed@types/dompurify@2.4.0(transitive)
- Removed@types/trusted-types@2.0.7(transitive)