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

@travetto/model

Package Overview
Dependencies
Maintainers
1
Versions
371
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/model - npm Package Compare versions

Comparing version 0.2.5 to 0.2.7

9

package.json

@@ -10,8 +10,8 @@ {

"dependencies": {
"@travetto/di": "^0.2.5",
"@travetto/schema": "^0.2.5"
"@travetto/di": "^0.2.7",
"@travetto/schema": "^0.2.7"
},
"description": "Datastore abstraction for CRUD operations with advanced query support.",
"devDependencies": {
"@travetto/test": "^0.2.3"
"@travetto/test": "^0.2.5"
},

@@ -39,4 +39,3 @@ "optionalExtensionDependencies": {

},
"version": "0.2.5",
"gitHead": "23dacfe160ab6b6c07a4e0d8765f32c45d4da83e"
"version": "0.2.7"
}
travetto: Model
===
This module provides a clean interface to data model persistence, modification and retrieval. This module builds heavily upon the [`Schema`](https://github.com/travetto/schema), which is used for data model validation.
This module provides a clean interface to data model persistence, modification and retrieval. This module builds heavily upon the [`Schema`](https://github.com/travetto/travetto/tree/master/module/schema), which is used for data model validation.

@@ -112,3 +112,3 @@ The module can be segmented into three main areas: Model declaration, access/storage, and querying

### Express
[`Express`](https://github.com/travetto/express) support with the `@ModelController` for exposing common RESTful patterns for routes.
[`Express`](https://github.com/travetto/travetto/tree/master/module/express) support with the `@ModelController` for exposing common RESTful patterns for routes.

@@ -115,0 +115,0 @@ ```typescript

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