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

@smallstack/common

Package Overview
Dependencies
Maintainers
2
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smallstack/common - npm Package Compare versions

Comparing version 0.7.16 to 0.7.17

15

dist/bundle/dts/configuration/models/ConfigurationField.d.ts

@@ -5,11 +5,12 @@ /**

import { GeneratedConfigurationField } from "../generated/models/GeneratedConfigurationField";
import { IConfigurationField } from "../typesystem.configurationfields";
import { ConfigurationFieldValue } from "./ConfigurationFieldValue";
export declare class ConfigurationField extends GeneratedConfigurationField {
static createStringConfiguration(key: string, defaultValue?: string): ConfigurationField;
static createStringSelectConfiguration(key: string, defaultValue: string, possibleValues: ConfigurationFieldValue[]): ConfigurationField;
static createTextareaConfiguration(key: string, defaultValue: string): ConfigurationField;
static createNumberConfiguration(key: string, defaultValue?: number): ConfigurationField;
static createObjectConfiguration(key: string, defaultValue?: any): ConfigurationField;
static createBooleanConfiguration(key: string, defaultValue?: boolean): ConfigurationField;
static createI18nStringConfiguration(key: string, defaultTexts?: any): ConfigurationField;
static createStringConfiguration(key: string, defaultValue?: string): IConfigurationField;
static createStringSelectConfiguration(key: string, defaultValue: string, possibleValues: ConfigurationFieldValue[]): IConfigurationField;
static createTextareaConfiguration(key: string, defaultValue: string): IConfigurationField;
static createNumberConfiguration(key: string, defaultValue?: number): IConfigurationField;
static createObjectConfiguration(key: string, defaultValue?: any): IConfigurationField;
static createBooleanConfiguration(key: string, defaultValue?: boolean): IConfigurationField;
static createI18nStringConfiguration(key: string, defaultTexts?: any): IConfigurationField;
}
{
"name": "@smallstack/common",
"version": "0.7.16",
"version": "0.7.17",
"description": "common functionality for smallstack projects",

@@ -5,0 +5,0 @@ "main": "dist/bundle/smallstack_common.umd.js",

Sorry, the diff of this file is too big to display

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