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

@forestadmin/datasource-toolkit

Package Overview
Dependencies
Maintainers
4
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forestadmin/datasource-toolkit - npm Package Compare versions

Comparing version 1.10.0 to 1.11.0

8

dist/src/interfaces/action.d.ts

@@ -35,2 +35,6 @@ /// <reference types="node" />

};
export type ActionFieldCheckbox = ActionFieldBase & {
type: 'Boolean';
widget: 'Checkbox';
};
export type ActionFieldEnum = ActionFieldBase & {

@@ -48,4 +52,4 @@ type: 'Enum';

};
export type ActionField = ActionFieldBase | ActionFieldEnum | ActionFieldEnumList | ActionFieldCollection | ActionFieldDropdown<'Date' | 'Dateonly' | 'Number' | 'String', string> | ActionFieldDropdown<'Number', number>;
export type ActionFieldWidget = 'Dropdown';
export type ActionField = ActionFieldBase | ActionFieldEnum | ActionFieldEnumList | ActionFieldCollection | ActionFieldDropdown<'Date' | 'Dateonly' | 'Number' | 'String', string> | ActionFieldDropdown<'Number', number> | ActionFieldCheckbox;
export type ActionFieldWidget = 'Dropdown' | 'Checkbox';
export type SuccessResult = {

@@ -52,0 +56,0 @@ type: 'Success';

{
"name": "@forestadmin/datasource-toolkit",
"version": "1.10.0",
"version": "1.11.0",
"main": "dist/src/index.js",

@@ -5,0 +5,0 @@ "license": "GPL-3.0",

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