Socket
Socket
Sign inDemoInstall

@applitools/bongo

Package Overview
Dependencies
105
Maintainers
46
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.7.0 to 5.7.1

4

package.json
{
"name": "@applitools/bongo",
"version": "5.7.0",
"version": "5.7.1",
"description": "Release Kit for Applitools SDKs",

@@ -25,3 +25,3 @@ "author": "Applitools team <team@applitools.com>",

"dependencies": {
"@applitools/utils": "1.6.1",
"@applitools/utils": "1.6.2",
"chalk": "3.0.0",

@@ -28,0 +28,0 @@ "inquirer": "^9.2.8",

@@ -192,2 +192,3 @@ const fs = require('fs')

function extractChangelogHeader(changelog) {
console.log('Extract changelog header:', changelog)
const match = changelog.match(/^## \[?(?<version>.+?)\]?(?:\((?<url>.+?)\))? \((?<date>.+?)\)/)

@@ -194,0 +195,0 @@ return {version: match.groups.version, date: match.groups.date}

@@ -10,3 +10,3 @@ const convert = require('xml-js')

...test._attributes,
skip: test.hasOwnProperty('skipped') || Number(test._attributes.time) === 0,
skip: test.hasOwnProperty('skipped'),
failure: test.hasOwnProperty('failure') || !!test._attributes.failure,

@@ -13,0 +13,0 @@ }

@@ -20,3 +20,6 @@ const {getLatestReleaseEntries} = require('../changelog/query')

? 'http://applitools-quality-server.herokuapp.com/send_mail/core_sdk'
: notification.sdk === 'js/eyes-storybook'
? 'http://applitools-quality-server.herokuapp.com/send_mail/non_generic'
: 'http://applitools-quality-server.herokuapp.com/send_mail/sdks'
const response = await fetch(url, {

@@ -23,0 +26,0 @@ method: 'post',

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