Socket
Socket
Sign inDemoInstall

@commercetools/frontend-netlify-plugin

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools/frontend-netlify-plugin - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "@commercetools/frontend-netlify-plugin",
"version": "0.0.3",
"version": "0.0.4",
"description": "Netlify Build plugin - Commercetools Frontend build extension",

@@ -5,0 +5,0 @@ "type": "module",

@@ -32,5 +32,7 @@ import * as dotenv from 'dotenv'

)
const path =
process.env.NEXT_PUBLIC_FRONTASTIC_HOST + '/status/extensionrunner'
await waitForBackend(shortCommitHash, 35, path)
if (process.env.NETLIFY_PLUGIN_COMMERCETOOLS_FRONTEND_WAIT_DISABLE !== "1") {
const path =
process.env.NEXT_PUBLIC_FRONTASTIC_HOST + '/status/extensionrunner'
await waitForBackend(shortCommitHash, 35, path)
}
} catch (error) {

@@ -37,0 +39,0 @@ // Report a user error

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