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

@forestadmin/datasource-customizer

Package Overview
Dependencies
Maintainers
4
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forestadmin/datasource-customizer - npm Package Compare versions

Comparing version 1.15.0-alpha-widgets.1 to 1.15.0-alpha-widgets.2

2

dist/decorators/actions/types/fields.d.ts

@@ -5,3 +5,3 @@ import { CompositeId, Json } from '@forestadmin/datasource-toolkit';

label: string;
};
} | TValue;
export type ValueOrHandler<Context = unknown, Result = unknown> = ((context: Context) => Promise<Result>) | ((context: Context) => Result) | Promise<Result> | Result;

@@ -8,0 +8,0 @@ interface BaseDynamicField<Type, Context, Result> {

{
"name": "@forestadmin/datasource-customizer",
"version": "1.15.0-alpha-widgets.1",
"version": "1.15.0-alpha-widgets.2",
"main": "dist/index.js",

@@ -31,3 +31,3 @@ "license": "GPL-3.0",

"dependencies": {
"@forestadmin/datasource-toolkit": "1.9.0-alpha-widgets.1",
"@forestadmin/datasource-toolkit": "1.9.0-alpha-widgets.2",
"file-type": "^16.5.4",

@@ -34,0 +34,0 @@ "luxon": "^3.2.1",

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