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

@trycourier/react-hooks

Package Overview
Dependencies
Maintainers
3
Versions
487
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trycourier/react-hooks - npm Package Compare versions

Comparing version 1.19.2-internal.514b36c.0 to 1.20.0

2

dist/inbox/reducer.js

@@ -201,3 +201,3 @@ "use strict";

messages: [{
created: new Date().getTime(),
created: new Date().toISOString(),
messageId: (_action$payload$messa = action.payload.messageId) !== null && _action$payload$messa !== void 0 ? _action$payload$messa : new Date().getTime(),

@@ -204,0 +204,0 @@ title: action.payload.title,

{
"name": "@trycourier/react-hooks",
"version": "1.19.2-internal.514b36c.0+514b36c",
"version": "1.20.0",
"description": "",

@@ -23,4 +23,4 @@ "main": "dist/index.js",

"dependencies": {
"@trycourier/client-graphql": "^1.19.2-internal.514b36c.0+514b36c",
"@trycourier/react-provider": "^1.19.2-internal.514b36c.0+514b36c",
"@trycourier/client-graphql": "^1.20.0",
"@trycourier/react-provider": "^1.20.0",
"deep-extend": "^0.6.0",

@@ -40,3 +40,3 @@ "rimraf": "^3.0.2"

},
"gitHead": "514b36c7176d7eecfb106fa84b186dd7d4c18957"
"gitHead": "f9853e1d4ea0e9c5d1f314b7e68dd540ef4f0e77"
}

@@ -36,3 +36,3 @@ <!-- START doctoc generated TOC please keep comment here to allow auto update -->

messageId: string;
created: number;
created: string;
title: string;

@@ -39,0 +39,0 @@ body: string;

@@ -12,3 +12,3 @@ import { Brand, IActionBlock, ITextBlock } from "@trycourier/react-provider";

messageId: string;
created: number;
created: string;
title: string;

@@ -15,0 +15,0 @@ body: string;

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