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 3.4.0-rc.7 to 3.4.0-rc.8

14

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

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

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

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

@@ -10,3 +10,3 @@ import { CliCommand } from '@travetto/cli';

*/
@CliCommand({ fields: ['env', 'module'] })
@CliCommand({ addEnv: true, addModule: true })
export class ModelExportCommand extends BaseModelCommand {

@@ -13,0 +13,0 @@

@@ -10,3 +10,3 @@ import { CliCommand, cliTpl } from '@travetto/cli';

*/
@CliCommand({ fields: ['env', 'module'] })
@CliCommand({ addEnv: true, addModule: true })
export class ModelInstallCommand extends BaseModelCommand {

@@ -13,0 +13,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