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

zapier-platform-schema

Package Overview
Dependencies
Maintainers
11
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zapier-platform-schema - npm Package Compare versions

Comparing version 14.0.0 to 14.0.1

10

exported-schema.json
{
"version": "14.0.0",
"version": "14.0.1",
"schemas": {

@@ -652,9 +652,9 @@ "AppSchema": {

},
"important": {
"description": "Affects how prominently this operation is displayed in the UI. Only mark a few of the most popular operations important.",
"type": "boolean"
},
"hidden": {
"description": "Should this operation be unselectable by users?",
"type": "boolean"
},
"important": {
"description": "**DEPRECATED** Formerly affected how prominently this operation is displayed in the UI.",
"type": "boolean"
}

@@ -661,0 +661,0 @@ },

@@ -44,11 +44,11 @@ 'use strict';

},
hidden: {
description: 'Should this operation be unselectable by users?',
type: 'boolean',
},
important: {
description:
'Affects how prominently this operation is displayed in the UI. Only mark a few of the most popular operations important.',
'**DEPRECATED** Formerly affected how prominently this operation is displayed in the UI.',
type: 'boolean',
},
hidden: {
description: 'Should this operation be unselectable by users?',
type: 'boolean',
},
},

@@ -64,3 +64,2 @@ additionalProperties: false,

hidden: false,
important: true,
},

@@ -85,11 +84,3 @@ ],

},
{
example: {
label: 'New Thing',
description: 'Gets a new thing for you.',
important: 1,
},
reason: 'Invalid value for key: important',
},
],
});
{
"name": "zapier-platform-schema",
"version": "14.0.0",
"version": "14.0.1",
"description": "Schema definition for CLI apps in the Zapier Developer Platform.",

@@ -5,0 +5,0 @@ "repository": "zapier/zapier-platform",

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