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

@contentful/create-contentful-app

Package Overview
Dependencies
Maintainers
98
Versions
610
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/create-contentful-app - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3-alpha.286

6

lib/create-app-definition.js

@@ -76,6 +76,6 @@ /* eslint-disable no-console, no-process-exit */

)}.
${chalk.dim(`NOTE: You can update this app definition in your organization settings:
${chalk.underline(`https://app.contentful.com/deeplink?link=org`)}`)}
${chalk.bold('Next steps:')}

@@ -93,3 +93,3 @@ 1. To develop, run ${chalk.cyan('`npm start`')} inside your app folder and open:

Run ${chalk.cyan('`npx @contentful/create-contentful-app create-definition`')} to try again.
${err.message}

@@ -96,0 +96,0 @@ `);

@@ -10,3 +10,3 @@ #!/usr/bin/env node

const promptAppDefinitionSettings = require('./prompt-app-definition');
const createAppDefinition = require('./create-app-definition');
const createAppDefinition = require('./index');

@@ -13,0 +13,0 @@ const command = process.argv[2];

{
"name": "@contentful/create-contentful-app",
"version": "0.4.2",
"version": "0.4.3-alpha.286+b0eb5f3",
"description": "A template for building Contentful Apps",

@@ -54,7 +54,7 @@ "author": "Contentful GmbH",

"dev": "MODE=local node ./lib/index.js",
"publish-all": "node scripts/deploy.js",
"lint": "eslint ./lib ./scripts",
"lint:fix": "npm run lint -- --fix",
"test": "mocha ./test/*.test.js",
"test:watch": "npm t -- --watch"
"test:watch": "npm t -- --watch",
"publish": "node ./scripts/publish.js"
},

@@ -70,20 +70,3 @@ "dependencies": {

},
"devDependencies": {
"@commitlint/cli": "^12.0.0",
"@commitlint/config-conventional": "12.0.1",
"@octokit/rest": "18.5.2",
"babel-eslint": "10.1.0",
"commitizen": "^4.0.3",
"cz-customizable": "6.3.0",
"eslint": "7.23.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-node": "11.1.0",
"husky": "^4.3.8",
"lint-staged": "10.5.4",
"mocha": "^8.2.1",
"prettier": "2.2.1",
"proxyquire": "^2.1.3",
"simple-git": "2.37.0",
"sinon": "^10.0.0"
}
"gitHead": "b0eb5f3bb0763c5426160db032293cdc143edda2"
}

@@ -14,3 +14,3 @@ {

"@types/jest": "^26.0.22",
"@types/node": "^14.14.36",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",

@@ -17,0 +17,0 @@ "@types/react-dom": "^17.0.3",

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