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

@adaptable/utils

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adaptable/utils - npm Package Compare versions

Comparing version 1.23.0 to 1.25.0

34

dist/templates.js

@@ -439,2 +439,36 @@ "use strict";

},
{
_id: "bbd12020-68f8-4cae-a9c2-b21115e19db8",
name: "Dockerfile App Template",
description: `Autoscaling App with serverless database and SSL/TLS`,
config: {
builderType: "dockerfile",
},
tags: ["dockerfile"],
guideUrl: "/docs/app-guides/deploy-with-dockerfile",
iconUrl: "/img/tech_logos/docker.svg",
referenceUrl: "/docs/templates/dockerfile-app-template",
slug: "dockerfile",
url: exports.defaultTemplateUrl,
errorHelp: [{
resource: "container",
messageMatches: "failed to start and listen on the port",
tipText: `
The most likely cause of this issue is that your App started but failed to listen on the appropriate port.
To fix this, see the [Troubleshooting Guide](https://adaptable.io/docs/troubleshooting-deploy#failure-to-listen-on-port).
`,
tipDocs: [{
linkText: "Troubleshooting Guide: Failure to Listen on Port",
url: "/docs/troubleshooting-deploy#failure-to-listen-on-port",
}],
}, {
resource: "build",
messageMatches: "failed",
tipText: `
A build error is most likely caused by a bug in your code or problems with module installation.
Click "View Build Logs" below to see the build errors, diagnose, and fix the problem.
You can [force an update](/docs/managing-apps#manually-re-deploying-your-app) to retry the build without code updates.
`,
}],
},
];

@@ -441,0 +475,0 @@ async function fetchTemplate({ slug, templateId }) {

4

package.json
{
"name": "@adaptable/utils",
"version": "1.23.0",
"version": "1.25.0",
"description": "Common utilities for Adaptable.io",

@@ -47,3 +47,3 @@ "homepage": "https://adaptable.io",

},
"gitHead": "5bb364af015b0035208b80bf703553800858f46c"
"gitHead": "e8d47c4fa4ee56cdede300d8c9f4f2825cf9a68a"
}

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