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

@travetto/model

Package Overview
Dependencies
Maintainers
1
Versions
378
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 3.1.0-rc.7 to 3.1.0-rc.8

2

package.json
{
"name": "@travetto/model",
"version": "3.1.0-rc.7",
"version": "3.1.0-rc.8",
"description": "Datastore abstraction for core operations.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -99,2 +99,6 @@ import crypto from 'crypto';

if (item.prePersist) {
await item.prePersist();
}
let errors: ValidationError[] = [];

@@ -116,7 +120,2 @@ try {

}
if (item.prePersist) {
await item.prePersist();
}
// eslint-disable-next-line @typescript-eslint/consistent-type-assertions

@@ -123,0 +122,0 @@ return item as T;

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