Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

remult

Package Overview
Dependencies
Maintainers
1
Versions
623
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remult - npm Package Compare versions

Comparing version 0.3.9 to 0.3.10

2

package.json
{
"name": "remult",
"version": "0.3.9",
"version": "0.3.10",
"description": "remult core lib",

@@ -5,0 +5,0 @@ "homepage": "https://remult.github.io/",

@@ -179,3 +179,3 @@ import { FieldMetadata, FieldOptions, ValueListItem } from "../column-interfaces";

}
export declare function Entity<entityType>(key: string, ...options: (EntityOptions | ((options: EntityOptions, remult: Remult) => void))[]): (target: any) => any;
export declare function Entity<entityType>(key: string, ...options: (EntityOptions<entityType> | ((options: EntityOptions<entityType>, remult: Remult) => void))[]): (target: any) => any;
export declare class EntityBase {

@@ -182,0 +182,0 @@ get _(): EntityRef<this>;

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