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

@abtnode/types

Package Overview
Dependencies
Maintainers
0
Versions
576
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abtnode/types - npm Package Compare versions

Comparing version 1.16.37 to 1.16.38-beta-20250108-235929-17742885

2

lib/rpc_pb.d.ts

@@ -933,2 +933,4 @@ // package: abt_node

blockletRepository: string;
contentType: string;
blockletDocker?: type_pb.TBlockletDocker;
};

@@ -935,0 +937,0 @@ export type TResponseRelease = {

@@ -1092,2 +1092,4 @@ // package: abt_node

blockletRepository: string;
contentType: string;
blockletDocker?: TBlockletDocker;
};

@@ -1151,1 +1153,24 @@ export type TBlockletResource = {

};
export type TDockerRunKeyValuePair = {
key: string;
value: string;
path: string;
type: string;
name: string;
prefix: string;
protocol: string;
};
export type TDockerEnvKeyValuePair = {
key: string;
value: string;
description: string;
secure: boolean;
shared: boolean;
required: boolean;
custom: string;
};
export type TBlockletDocker = {
dockerImage: string;
dockerArgs: TDockerRunKeyValuePair[];
dockerEnvs: TDockerEnvKeyValuePair[];
};

4

package.json
{
"name": "@abtnode/types",
"version": "1.16.37",
"version": "1.16.38-beta-20250108-235929-17742885",
"description": "Typescript definitions generated from protobuf",

@@ -39,3 +39,3 @@ "keywords": [

},
"gitHead": "3e06fd31ca113b7555c3eec22c9087e256b92f44"
"gitHead": "09d67442bff28543c35824a41c23bea3b75a2a23"
}
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