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

sedentary

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sedentary - npm Package Compare versions

Comparing version 0.0.30 to 0.0.31

2

dist/types/index.d.ts

@@ -65,3 +65,3 @@ import { Attribute, DB, EntryBase, ForeignKeyOptions, Natural, Transaction, Type } from "./db";

}>;
interface ModelLoad<A extends AttributesDefinition, E extends EntryBase> {
export interface ModelLoad<A extends AttributesDefinition, E extends EntryBase> {
attributes: A;

@@ -68,0 +68,0 @@ load(where: Condition<A>, order?: Order<A>, tx?: Transaction, lock?: boolean): Promise<E[]>;

@@ -82,3 +82,3 @@ {

"types": "./dist/types/index.d.ts",
"version": "0.0.30"
"version": "0.0.31"
}
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