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

@travetto/model

Package Overview
Dependencies
Maintainers
0
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 5.0.0-rc.6 to 5.0.0-rc.7

14

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

@@ -29,10 +29,10 @@ "keywords": [

"dependencies": {
"@travetto/config": "^5.0.0-rc.6",
"@travetto/di": "^5.0.0-rc.6",
"@travetto/registry": "^5.0.0-rc.6",
"@travetto/schema": "^5.0.0-rc.6"
"@travetto/config": "^5.0.0-rc.7",
"@travetto/di": "^5.0.0-rc.7",
"@travetto/registry": "^5.0.0-rc.7",
"@travetto/schema": "^5.0.0-rc.7"
},
"peerDependencies": {
"@travetto/cli": "^5.0.0-rc.6",
"@travetto/test": "^5.0.0-rc.6"
"@travetto/cli": "^5.0.0-rc.7",
"@travetto/test": "^5.0.0-rc.7"
},

@@ -39,0 +39,0 @@ "peerDependenciesMeta": {

@@ -238,4 +238,3 @@ <!-- This file was generated by @travetto/doc and should not be modified directly -->

import { buffer as toBuffer } from 'node:stream/consumers';
import { Class, TimeSpan } from '@travetto/runtime';
import { DeepPartial } from '@travetto/schema';
import { Class, TimeSpan, DeepPartial } from '@travetto/runtime';
import { Injectable } from '@travetto/di';

@@ -242,0 +241,0 @@ import { Config } from '@travetto/config';

@@ -28,2 +28,3 @@ import { Readable } from 'node:stream';

@Config('model.memory')

@@ -30,0 +31,0 @@ export class MemoryModelConfig {

@@ -9,2 +9,3 @@ import { Class, DeepPartial } from '@travetto/runtime';

*
*
* @concrete ../internal/service/common#ModelIndexedSupportTarget

@@ -11,0 +12,0 @@ */

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