New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aptly-as/types

Package Overview
Dependencies
Maintainers
0
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aptly-as/types - npm Package Compare versions

Comparing version 2.7.3 to 2.7.4

1

enums/fields.d.ts
export declare enum AptlyFieldType {
Autocomplete = "autocomplete",
BulkIds = "bulk-ids",

@@ -3,0 +4,0 @@ Checkbox = "checkbox",

export var AptlyFieldType;
(function (AptlyFieldType) {
AptlyFieldType["Autocomplete"] = "autocomplete";
AptlyFieldType["BulkIds"] = "bulk-ids";

@@ -4,0 +5,0 @@ AptlyFieldType["Checkbox"] = "checkbox";

5

models/organization.d.ts

@@ -44,3 +44,6 @@ import { AptlyModules } from '../core/index.js';

signMembers?: (ID | AptlyUserSchema<ID, DATE>)[];
tripletexCustomerId?: string;
tripletexCustomer?: {
id: number;
name: string;
};
created: DATE;

@@ -47,0 +50,0 @@ fixedVariants?: boolean;

{
"name": "@aptly-as/types",
"version": "2.7.3",
"version": "2.7.4",
"description": "Aptly types and enums",

@@ -5,0 +5,0 @@ "type": "module",

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