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

@droz-js/sdk

Package Overview
Dependencies
Maintainers
3
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@droz-js/sdk - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "@droz-js/sdk",
"description": "Droz SDK",
"version": "0.3.0",
"version": "0.3.1",
"private": false,

@@ -6,0 +6,0 @@ "exports": {

@@ -95,3 +95,5 @@ export type Maybe<T> = T;

export type CreateDrozNexoConnectionInput = {
description?: InputMaybe<Scalars['String']['input']>;
destinationDrn: Scalars['DRN']['input'];
title?: InputMaybe<Scalars['String']['input']>;
triggerDrn: Scalars['DRN']['input'];

@@ -115,4 +117,6 @@ };

export type DrozNexoConnection = {
description?: Maybe<Scalars['String']['output']>;
destination: DrozNexoAppAndAppInstance;
id: Scalars['ID']['output'];
title?: Maybe<Scalars['String']['output']>;
trigger: DrozNexoAppAndAppInstance;

@@ -119,0 +123,0 @@ versionId: Scalars['ID']['output'];

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