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

@sentry-internal/global-search

Package Overview
Dependencies
Maintainers
10
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry-internal/global-search - npm Package Compare versions

Comparing version 0.3.0 to 0.4.1

dist/cjs/demo/parse-demo.d.ts

17

package.json
{
"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

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