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
4
Versions
154
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.1.10 to 1.1.11

4

lib/interfaces/enums.d.ts

@@ -72,3 +72,5 @@ export declare enum InitiatorTypes {

Info = "INFO",
Reject = "REJECT"
Reject = "REJECT",
NewChat = "NEW_CHAT",
UnseenNotifications = "UNSEEN_NOTIFICATIONS"
}

@@ -75,0 +77,0 @@ export declare enum TemplatesContextTypes {

@@ -89,2 +89,4 @@ // deprecated, replaced with QueriesInitiator

SmsTemplatesCategoryTypes["Reject"] = "REJECT";
SmsTemplatesCategoryTypes["NewChat"] = "NEW_CHAT";
SmsTemplatesCategoryTypes["UnseenNotifications"] = "UNSEEN_NOTIFICATIONS";
})(SmsTemplatesCategoryTypes || (SmsTemplatesCategoryTypes = {}));

@@ -91,0 +93,0 @@ export var TemplatesContextTypes;

{
"name": "asma-types",
"version": "1.1.10",
"version": "1.1.11",
"description": "shared ts asma types",

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

@@ -85,2 +85,4 @@ // deprecated, replaced with QueriesInitiator

Reject = 'REJECT',
NewChat = 'NEW_CHAT',
UnseenNotifications = 'UNSEEN_NOTIFICATIONS'
}

@@ -87,0 +89,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