Socket
Socket
Sign inDemoInstall

@orion-js/schema

Package Overview
Dependencies
Maintainers
2
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orion-js/schema - npm Package Compare versions

Comparing version 3.0.0 to 3.0.7

8

lib/types/schema.d.ts

@@ -66,2 +66,10 @@ import { FieldType } from '../fieldType';

key?: string;
/**
* The name that would be displayed in a front-end form
*/
label?: string;
/**
* The field type that would be used in a front-end form
*/
fieldType?: string;
}

@@ -68,0 +76,0 @@ export interface CurrentNodeInfoOptions {

4

package.json
{
"name": "@orion-js/schema",
"version": "3.0.0",
"version": "3.0.7",
"main": "lib/index.js",

@@ -43,3 +43,3 @@ "types": "lib/index.d.ts",

},
"gitHead": "27bda585ffc16d92c70c958227605f3b61171c64"
"gitHead": "1eb98fb22afbccb18f25b7f895b895b6b68bbfd4"
}
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