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
151
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.15 to 1.1.16

6

lib/interfaces/enums.d.ts

@@ -34,3 +34,7 @@ export declare enum InitiatorTypes {

Emoticons = "Emoticons",
DocumentUpload = "DocumentUpload"
DocumentUpload = "DocumentUpload",
Readonly = "Readonly",
ExpressionQuestion = "ExpressionQuestion",
Chart = "Chart",
Widget = "Widget"
}

@@ -37,0 +41,0 @@ export declare enum ActorTypes {

@@ -44,2 +44,6 @@ // deprecated, replaced with QueriesInitiator

QuestionTypes["DocumentUpload"] = "DocumentUpload";
QuestionTypes["Readonly"] = "Readonly";
QuestionTypes["ExpressionQuestion"] = "ExpressionQuestion";
QuestionTypes["Chart"] = "Chart";
QuestionTypes["Widget"] = "Widget";
})(QuestionTypes || (QuestionTypes = {}));

@@ -46,0 +50,0 @@ export var ActorTypes;

2

package.json
{
"name": "asma-types",
"version": "1.1.15",
"version": "1.1.16",
"description": "shared ts asma types",

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

@@ -40,2 +40,6 @@ // deprecated, replaced with QueriesInitiator

DocumentUpload = 'DocumentUpload',
Readonly = 'Readonly',
ExpressionQuestion = 'ExpressionQuestion',
Chart = 'Chart',
Widget = 'Widget'
}

@@ -42,0 +46,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