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

@trycourier/react-inbox

Package Overview
Dependencies
Maintainers
3
Versions
642
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trycourier/react-inbox - npm Package Compare versions

Comparing version 5.1.3-internal.e22afd0.0 to 6.0.1-internal.1cfeff7.0

20

dist/components/Inbox/index.js

@@ -102,9 +102,4 @@ "use strict";

var ref = (0, _react.useRef)(null);
var courierContext = (0, _reactProvider.useCourier)();
var courierContext = (0, _reactProvider.useCourier)(); // set defaults
if (!courierContext) {
throw new Error("Missing Courier Provider");
} // set defaults
props = (0, _react.useMemo)(function () {

@@ -267,3 +262,14 @@ var _props$brand;

var _default = Inbox;
var InboxWrapper = function InboxWrapper(props) {
var courierContext = (0, _reactProvider.useCourier)();
if (!courierContext) {
console.warn("Inbox: Missing Courier Provider");
return null;
}
return /*#__PURE__*/_react["default"].createElement(Inbox, props);
};
var _default = InboxWrapper;
exports["default"] = _default;
{
"name": "@trycourier/react-inbox",
"version": "5.1.3-internal.e22afd0.0+e22afd0",
"version": "6.0.1-internal.1cfeff7.0+1cfeff7",
"description": "",

@@ -22,6 +22,6 @@ "main": "dist/index.js",

"@tippyjs/react": "^4.2.3",
"@trycourier/client-graphql": "^5.1.3-internal.e22afd0.0+e22afd0",
"@trycourier/react-elements": "^5.1.3-internal.e22afd0.0+e22afd0",
"@trycourier/react-hooks": "^5.1.3-internal.e22afd0.0+e22afd0",
"@trycourier/react-preferences": "^5.1.3-internal.e22afd0.0+e22afd0",
"@trycourier/client-graphql": "^6.0.1-internal.1cfeff7.0+1cfeff7",
"@trycourier/react-elements": "^6.0.1-internal.1cfeff7.0+1cfeff7",
"@trycourier/react-hooks": "^6.0.1-internal.1cfeff7.0+1cfeff7",
"@trycourier/react-preferences": "^6.0.1-internal.1cfeff7.0+1cfeff7",
"classnames": "^2.2.6",

@@ -47,3 +47,3 @@ "date-fns": "^2.19.0",

],
"gitHead": "e22afd02bea2ff4c008be9a11e4be7f75fd76f0a"
"gitHead": "1cfeff7db8582775dad6eaa62076d27647f280dd"
}
import React from "react";
import { InboxProps } from "../../types";
declare const Inbox: React.FunctionComponent<InboxProps>;
export default Inbox;
declare const InboxWrapper: React.FunctionComponent<InboxProps>;
export default InboxWrapper;
//# sourceMappingURL=index.d.ts.map

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