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.17 to 1.1.18

5

lib/interfaces/artifact_enums.d.ts

@@ -0,1 +1,6 @@

export declare enum ArtifactPresenterTypes {
Qnr = "Questionnaire",
DocumentProxy = "DocumentProxy",
DocumentOutlook = "DocumentOutlook"
}
export declare enum FileExtension {

@@ -2,0 +7,0 @@ ZIP = "zip",

@@ -0,1 +1,7 @@

export var ArtifactPresenterTypes;
(function (ArtifactPresenterTypes) {
ArtifactPresenterTypes["Qnr"] = "Questionnaire";
ArtifactPresenterTypes["DocumentProxy"] = "DocumentProxy";
ArtifactPresenterTypes["DocumentOutlook"] = "DocumentOutlook";
})(ArtifactPresenterTypes || (ArtifactPresenterTypes = {}));
export var FileExtension;

@@ -2,0 +8,0 @@ (function (FileExtension) {

2

package.json
{
"name": "asma-types",
"version": "1.1.17",
"version": "1.1.18",
"description": "shared ts asma types",

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

@@ -0,1 +1,7 @@

export enum ArtifactPresenterTypes {
Qnr = 'Questionnaire',
DocumentProxy = 'DocumentProxy',
DocumentOutlook = 'DocumentOutlook',
}
export enum FileExtension {

@@ -2,0 +8,0 @@ ZIP = 'zip',

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