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

@contentful/app-scripts

Package Overview
Dependencies
Maintainers
0
Versions
511
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/app-scripts - npm Package Compare versions

Comparing version 1.24.0 to 1.25.0

14

lib/create-app-definition/build-app-parameter-settings.js

@@ -73,6 +73,5 @@ "use strict";

const parameterTypes = ['Boolean', 'Symbol', 'Number', 'Enum'];
// TODO uncomment when secret app installation parameters are finalized in the API
// if (answers.instanceOrInstallation === 'Installation') {
// parameterTypes.push('Secret');
// }
if (answers.instanceOrInstallation === 'Installation') {
parameterTypes.push('Secret');
}
return parameterTypes;

@@ -105,6 +104,5 @@ },

message: 'Default value (leave blank if none):',
// TODO uncomment when secret app installation parameters are finalized in the API
// when(answers) {
// return answers.type !== 'Secret';
// },
when(answers) {
return answers.type !== 'Secret';
},
validate(input, answers) {

@@ -111,0 +109,0 @@ return validateDefault(input, answers.type, answers.options);

{
"name": "@contentful/app-scripts",
"version": "1.24.0",
"version": "1.25.0",
"description": "A collection of scripts for building Contentful Apps",

@@ -55,3 +55,3 @@ "author": "Contentful GmbH",

"commander": "12.1.0",
"contentful-management": "11.27.1",
"contentful-management": "11.27.4",
"dotenv": "16.4.5",

@@ -64,3 +64,3 @@ "ignore": "5.3.1",

},
"gitHead": "7441f7531b4d9165d7936372acafbb82a180dccd",
"gitHead": "12181d922876d806add6afa7e478829182ad1f6d",
"devDependencies": {

@@ -73,7 +73,7 @@ "@tsconfig/node18": "18.2.4",

"@types/lodash": "4.17.5",
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/proxyquire": "1.3.31",
"@types/sinon": "17.0.3",
"chai": "5.1.1",
"mocha": "10.4.0",
"mocha": "10.5.2",
"proxyquire": "2.1.3",

@@ -80,0 +80,0 @@ "sinon": "18.0.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