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

@knocklabs/client

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@knocklabs/client - npm Package Compare versions

Comparing version 0.11.3 to 0.11.4

6

CHANGELOG.md
# Changelog
## 0.11.4
### Patch Changes
- 8ea25f4: fix: include missing timestamp fields on FeedItem and Message
## 0.11.3

@@ -4,0 +10,0 @@

3

dist/types/clients/feed/interfaces.d.ts

@@ -58,2 +58,5 @@ import { GenericData, PageInfo } from '@knocklabs/types';

seen_at: string | null;
clicked_at: string | null;
interacted_at: string | null;
link_clicked_at: string | null;
archived_at: string | null;

@@ -60,0 +63,0 @@ total_activities: number;

@@ -20,2 +20,5 @@ import { GenericData } from '@knocklabs/types';

archived_at: string | null;
clicked_at: string | null;
interacted_at: string | null;
link_clicked_at: string | null;
tenant: string | null;

@@ -22,0 +25,0 @@ status: MessageDeliveryStatus;

4

package.json
{
"name": "@knocklabs/client",
"version": "0.11.3",
"version": "0.11.4",
"description": "The clientside library for interacting with Knock",

@@ -59,3 +59,3 @@ "homepage": "https://github.com/knocklabs/javascript/tree/main/packages/client",

"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/parser": "^8.24.0",
"cross-env": "^7.0.3",

@@ -62,0 +62,0 @@ "crypto": "^1.0.1",

@@ -83,2 +83,5 @@ import { GenericData, PageInfo } from "@knocklabs/types";

seen_at: string | null;
clicked_at: string | null;
interacted_at: string | null;
link_clicked_at: string | null;
archived_at: string | null;

@@ -85,0 +88,0 @@ total_activities: number;

@@ -35,2 +35,5 @@ import { GenericData } from "@knocklabs/types";

archived_at: string | null;
clicked_at: string | null;
interacted_at: string | null;
link_clicked_at: string | null;
tenant: string | null;

@@ -37,0 +40,0 @@ status: MessageDeliveryStatus;

Sorry, the diff of this file is not supported yet

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