Socket
Socket
Sign inDemoInstall

@stackbit/sdk

Package Overview
Dependencies
Maintainers
17
Versions
402
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stackbit/sdk - npm Package Compare versions

Comparing version 2.0.6-staging.2 to 2.0.6

2

dist/config/config-schema.js

@@ -336,3 +336,3 @@ "use strict";

}));
const customControlTypesSchema = joi_1.default.string().valid('custom-modal-html', 'custom-inline-html');
const customControlTypesSchema = joi_1.default.string().valid('custom-modal-html', 'custom-inline-html', 'custom-modal-script', 'custom-inline-script');
const fieldCommonPropsSchema = joi_1.default.object({

@@ -339,0 +339,0 @@ type: joi_1.default.string()

{
"name": "@stackbit/sdk",
"version": "2.0.6-staging.2",
"version": "2.0.6",
"description": "Stackbit SDK",

@@ -38,4 +38,4 @@ "main": "dist/index.js",

"@octokit/rest": "^18.3.5",
"@stackbit/types": "2.0.3-staging.1",
"@stackbit/utils": "0.4.23-staging.2",
"@stackbit/types": "2.0.3",
"@stackbit/utils": "0.4.23",
"acorn": "^8.2.4",

@@ -61,3 +61,3 @@ "chokidar": "^3.5.3",

},
"gitHead": "5b963c7edb7962b9a81853151803a4b5e1c07645"
"gitHead": "c8b28038c552d357319e8a9da30d957ce87765d0"
}

@@ -403,3 +403,3 @@ import Joi from 'joi';

const customControlTypesSchema = Joi.string().valid('custom-modal-html', 'custom-inline-html');
const customControlTypesSchema = Joi.string().valid('custom-modal-html', 'custom-inline-html', 'custom-modal-script', 'custom-inline-script');
const fieldCommonPropsSchema = Joi.object({

@@ -406,0 +406,0 @@ type: Joi.string()

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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