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

@jitsu/types

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jitsu/types - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

4

package.json
{
"name": "@jitsu/types",
"version": "0.6.0",
"version": "0.7.0",
"author": "Jitsu Dev Team <dev@jitsu.com>",

@@ -23,3 +23,3 @@ "description": "Types for Jitsu (👉 https://jitsu.com)",

},
"gitHead": "82fbe5d15fbd1308e6c571961f9d4f8cb3644591"
"gitHead": "ede64e6fc3d51e3f38315fde5633d385e0bc9178"
}

@@ -10,4 +10,6 @@ type ConfigParameterType = "string" | "int" | "json" | "boolean" | "password";

* Type of parameter
*
* Default is 'string'
*/
type: ConfigParameterType;
type?: ConfigParameterType;
/**

@@ -20,4 +22,6 @@ * Display name (for UI)

* Either constant or function of current config
*
* Not required if not set
*/
required: boolean;
required?: boolean;
/**

@@ -24,0 +28,0 @@ * Default value (should be displayed by default)

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