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

@travetto/schema

Package Overview
Dependencies
Maintainers
1
Versions
323
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/schema - npm Package Compare versions

Comparing version 4.0.7 to 4.1.0

6

package.json
{
"name": "@travetto/schema",
"version": "4.0.7",
"version": "4.1.0",
"description": "Data type registry for runtime validation, reflection and binding.",

@@ -30,6 +30,6 @@ "keywords": [

"dependencies": {
"@travetto/registry": "^4.0.7"
"@travetto/registry": "^4.1.0"
},
"peerDependencies": {
"@travetto/transformer": "^4.0.4"
"@travetto/transformer": "^4.1.0"
},

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

@@ -19,3 +19,3 @@ import { ClassInstance } from '@travetto/base';

};
fn.Param = fn; // eslint-disable-next-line @typescript-eslint/consistent-type-assertions
fn.Param = fn;

@@ -22,0 +22,0 @@ // eslint-disable-next-line @typescript-eslint/consistent-type-assertions

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