Socket
Socket
Sign inDemoInstall

@knockr/client

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.7 to 0.1.8

7

lib/emotions.d.ts
import { Client } from "./client";
import { Config, WidgetEmotion, WidgetGrade } from "./types";
export declare type CreateEmotionData = {
grade?: WidgetGrade | null;
type: "ONE" | "TWO" | "FIVE";
grade: WidgetGrade;
slug?: string | null;
pagePath: string;
pageTitle?: string | null;
appPlatform?: string | null;
appVersion?: string | null;
appDevice?: string | null;
ticketId?: string | null;

@@ -8,0 +13,0 @@ };

@@ -12,2 +12,4 @@ import { Client } from "./client";

appDevice?: string | null;
slug?: string;
tags?: string[];
emotionId?: string | null;

@@ -14,0 +16,0 @@ };

2

package.json
{
"name": "@knockr/client",
"version": "0.1.7",
"version": "0.1.8",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc