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

asma-types

Package Overview
Dependencies
Maintainers
6
Versions
157
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.0 to 1.7.1

1

lib/interfaces/enums.d.ts

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

readonly Device: "device";
readonly ShowHighlightedQnr: "show_highlighted_qnr";
};

@@ -327,0 +328,0 @@ export type ISearchParams = (typeof SearchParams)[keyof typeof SearchParams];

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

Device: 'device',
ShowHighlightedQnr: 'show_highlighted_qnr'
};

@@ -411,0 +412,0 @@ export const SearchParamWithValues = {

2

package.json
{
"name": "asma-types",
"version": "1.7.0",
"version": "1.7.1",
"description": "shared ts asma types",

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

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

Device: 'device',
ShowHighlightedQnr: 'show_highlighted_qnr'
} as const

@@ -435,0 +436,0 @@ export type ISearchParams = (typeof SearchParams)[keyof typeof SearchParams]

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