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

@devoinc/app-developer-kit

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devoinc/app-developer-kit - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

types/UserRole.d.ts

2

package.json
{
"name": "@devoinc/app-developer-kit",
"version": "1.0.2",
"version": "1.1.0",
"description": "Devo Web Browser Applications Development Kit",

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

# Devo Applications Developer Kit
Devo Applications Development Kit is the mandatory NPM package to start building
Devo Applications Developer Kit is the mandatory NPM package to start building
javascript web browser applications on Devo, it allows you to

@@ -5,0 +5,0 @@ communicate your application with the devo web and APIs.

@@ -7,2 +7,3 @@ export * from './DevoAppConfig';

export * from './UserInfo';
export * from './UserRole';
export * from './Dates';

@@ -9,0 +10,0 @@ export * from './QueryResponseResult';

import { UserApplication } from './UserApplication';
import { UserCredentials } from './UserCredentials';
import { UserRole } from './UserRole';
import { UserVault } from './UserVault';

@@ -42,2 +43,6 @@ /**

readonly credentials: UserCredentials;
/**
* User roles
*/
readonly roles: UserRole[];
};
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