Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

asma-types

Package Overview
Dependencies
Maintainers
6
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asma-types - npm Package Compare versions

Comparing version 1.7.6 to 1.7.7

4

lib/interfaces/enums.d.ts

@@ -328,3 +328,2 @@ /**

readonly ShowHighlightedQnr: "show_highlighted_qnr";
readonly GroupView: "group_view";
readonly GroupId: "group_id";

@@ -343,3 +342,6 @@ };

readonly user_context: IUserContext;
readonly qnr_context: string;
readonly device: string;
readonly show_highlighted_qnr: string;
readonly group_id: string;
};

@@ -346,0 +348,0 @@ export type ISearchParamWithValues = (typeof SearchParamWithValues)[keyof typeof SearchParamWithValues];

@@ -412,3 +412,2 @@ // deprecated, replaced with QueriesInitiator

ShowHighlightedQnr: 'show_highlighted_qnr',
GroupView: 'group_view',
GroupId: 'group_id',

@@ -426,3 +425,6 @@ };

user_context: '',
qnr_context: '',
device: '',
show_highlighted_qnr: '',
group_id: ''
};

@@ -429,0 +431,0 @@ export const UserContext = {

{
"name": "asma-types",
"version": "1.7.6",
"version": "1.7.7",
"description": "shared ts asma types",

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

@@ -436,3 +436,2 @@ // deprecated, replaced with QueriesInitiator

ShowHighlightedQnr: 'show_highlighted_qnr',
GroupView: 'group_view',
GroupId: 'group_id',

@@ -452,3 +451,6 @@ } as const

user_context: '' as IUserContext,
qnr_context: '' as string,
device: '' as IDevice,
show_highlighted_qnr: '' as string,
group_id: '' as string
} as const

@@ -455,0 +457,0 @@

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