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

@contentful/app-scripts

Package Overview
Dependencies
Maintainers
99
Versions
512
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 0.8.49 to 0.9.0

lib/upload/validate-bundle.js

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

# [0.9.0](https://github.com/contentful/create-contentful-app/compare/v0.8.49...v0.9.0) (2021-06-01)
### Features
* [EXT-2678] add validation for build folder ([1978d7a](https://github.com/contentful/create-contentful-app/commit/1978d7a3c684b9ed8d5e76a683bf9c613af54eb6))
* include docs link in warning ([142f382](https://github.com/contentful/create-contentful-app/commit/142f382cf7b8fa1e35548b05ef4e6a2fbb68223b))
## [0.8.49](https://github.com/contentful/create-contentful-app/compare/v0.8.48...v0.8.49) (2021-06-01)

@@ -8,0 +20,0 @@

2

lib/upload/create-app-upload.js
const ora = require('ora');
const { createZipFileFromDirectory } = require('./create-zip-from-directory');
const { validateBundle } = require('./validate-bundle');
const { showCreationError } = require('../utils');

@@ -13,2 +14,3 @@ const { createClient } = require('contentful-management');

async function createAppUpload(settings) {
validateBundle(settings.bundleDirectory || '.');
let appUpload = null;

@@ -15,0 +17,0 @@ const zipFileSpinner = ora('Preparing your files for upload...').start();

@@ -34,2 +34,3 @@ const assert = require('assert');

'./create-zip-from-directory': { createZipFileFromDirectory: () => 'zip_file' },
'./validate-bundle': { validateBundle: () => {} },
}));

@@ -36,0 +37,0 @@ });

4

package.json
{
"name": "@contentful/app-scripts",
"version": "0.8.49",
"version": "0.9.0",
"description": "A collection of scripts for building Contentful Apps",

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

},
"gitHead": "2c5cf0a24ed719c7e022c813f324dfa564ed69ab"
"gitHead": "e6f4183dae152d566f03aa0a7f65faf3eb8743db"
}
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