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.15 to 0.7.16

8

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

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

import { GeneratedConfigurationField } from "../generated/models/GeneratedConfigurationField";
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;
}

2

package.json
{
"name": "@smallstack/common",
"version": "0.7.15",
"version": "0.7.16",
"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