Socket
Socket
Sign inDemoInstall

@contentful/create-contentful-app

Package Overview
Dependencies
172
Maintainers
4
Versions
598
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.16.3 to 1.16.4

2

lib/includeAppAction.js

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

const appActionDirectoryPath = (0, path_1.resolve)(`${destination}/actions`);
const d = await (0, tiged_1.default)(templateSource, { mode: 'tar', cache: false });
const d = await (0, tiged_1.default)(templateSource, { mode: 'tar', disableCache: true });
await d.clone(appActionDirectoryPath);

@@ -28,0 +28,0 @@ // move the manifest from the actions folder to the root folder

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

const functionDirectoryPath = (0, path_1.resolve)(`${destination}/functions`);
const d = (0, tiged_1.default)(templateSource, { mode: 'tar', cache: false });
const d = (0, tiged_1.default)(templateSource, { mode: 'tar', disableCache: true });
await d.clone(functionDirectoryPath);

@@ -43,0 +43,0 @@ // merge the manifest from the template folder to the root folder

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

async function clone(source, destination) {
const d = (0, tiged_1.default)(source, { mode: 'tar', cache: false });
const d = (0, tiged_1.default)(source, { mode: 'tar', disableCache: true });
try {

@@ -40,0 +40,0 @@ await d.clone(destination);

{
"name": "@contentful/create-contentful-app",
"version": "1.16.3",
"version": "1.16.4",
"description": "A template for building Contentful Apps",

@@ -83,3 +83,3 @@ "keywords": [

},
"gitHead": "8d95686d58b8ee84bb79baf5361d1984e8005866"
"gitHead": "fd52872083e3f855f7ca1e01cd984c17d39edac0"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc