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

@travetto/schema

Package Overview
Dependencies
Maintainers
1
Versions
328
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 3.2.0-rc.0 to 3.2.0

6

package.json
{
"name": "@travetto/schema",
"version": "3.2.0-rc.0",
"version": "3.2.0",
"description": "Data type registry for runtime validation, reflection and binding.",

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

"dependencies": {
"@travetto/registry": "^3.2.0-rc.0"
"@travetto/registry": "^3.2.0"
},
"peerDependencies": {
"@travetto/transformer": "^3.2.0-rc.0"
"@travetto/transformer": "^3.2.0"
},

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

@@ -192,2 +192,3 @@ import { RootIndex } from '@travetto/manifest';

methods: {},
externalName: cls.name.replace('Ⲑsyn', ''),
views: {

@@ -194,0 +195,0 @@ [AllViewⲐ]: {

@@ -89,2 +89,6 @@ import { Primitive, Class } from '@travetto/base';

methods: Record<string, FieldConfig[]>;
/**
* Name for consuming clients
*/
externalName: string;
}

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