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
327
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 0.2.9 to 0.2.10

extension/rest.ts

4

package.json

@@ -38,4 +38,4 @@ {

},
"version": "0.2.9",
"gitHead": "008ce38a83eb496bfe80b1d8ce572a87d558ce1b"
"version": "0.2.10",
"gitHead": "2a12d7cbc8185aef3508172a70104f2e27ad6dc5"
}

@@ -82,3 +82,3 @@ import { Class } from '@travetto/registry';

criteria.push('type');
return [{ kind: 'type', type: field.type }];
return [{ kind: 'type', type: field.type.name.toLowerCase() }];
}

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