New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@servicetitan/error-boundary

Package Overview
Dependencies
Maintainers
8
Versions
279
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@servicetitan/error-boundary - npm Package Compare versions

Comparing version 20.2.0 to 21.0.0

4

./dist/index.js

@@ -40,3 +40,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

if (hasError) {
return _jsx(Fallback, {}, void 0);
return _jsx(Fallback, {});
}

@@ -51,3 +51,3 @@ return this.props.children;

], ErrorBoundary.prototype, "logService", void 0);
const DefaultFallback = () => _jsx("h2", { children: "Something went wrong" }, void 0);
const DefaultFallback = () => _jsx("h2", { children: "Something went wrong" });
//# sourceMappingURL=index.js.map

@@ -40,3 +40,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

if (hasError) {
return _jsx(Fallback, {}, void 0);
return _jsx(Fallback, {});
}

@@ -51,3 +51,3 @@ return this.props.children;

], ErrorBoundary.prototype, "logService", void 0);
const DefaultFallback = () => _jsx("h2", { children: "Something went wrong" }, void 0);
const DefaultFallback = () => _jsx("h2", { children: "Something went wrong" });
//# sourceMappingURL=index.js.map
{
"name": "@servicetitan/error-boundary",
"version": "20.2.0",
"version": "21.0.0",
"description": "",

@@ -19,4 +19,4 @@ "homepage": "https://docs.st.dev/docs/frontend/error-boundary",

"devDependencies": {
"@servicetitan/log-service": "^20.2.0",
"@servicetitan/react-ioc": "^20.2.0",
"@servicetitan/log-service": "^21.0.0",
"@servicetitan/react-ioc": "^21.0.0",
"@types/react": "~17.0.38",

@@ -36,3 +36,3 @@ "react": "~17.0.2"

},
"gitHead": "f51c76a814c5c95d416cb8f07b18953dccf751ff"
"gitHead": "fd9c87d8f6d0016d4ad4d163255c87b830bb41b2"
}

Sorry, the diff of this file is not supported yet

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