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

@statusfy/core

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@statusfy/core - npm Package Compare versions

Comparing version 0.1.0-alpha.3 to 0.1.0-alpha.5

10

client/helpers/statuses.js

@@ -17,7 +17,7 @@ export const statusesInfo = ($t) => {

const icons = {
'under-maintenance': 'clock',
'degraded-performance': 'exclamation-circle',
'partial-outage': 'minus-circle',
'major-outage': 'times-circle',
'operational': 'check-circle'
'under-maintenance': 'clock-solid',
'degraded-performance': 'exclamation-circle-solid',
'partial-outage': 'minus-circle-solid',
'major-outage': 'times-circle-solid',
'operational': 'check-circle-solid'
}

@@ -24,0 +24,0 @@

{
"title": "System Status",
"description": "Keep up to date with real-time and historical interruptions to our service which may be affecting you.",
"labels": {

@@ -58,3 +60,20 @@ "contact": "Contact",

"description": "We were unable to load the page you requested. Please check your network connection and try again."
},
"systems": {
"items": {
"cdn": {
"title": "CDN"
},
"dns": {
"title": "DNS"
},
"site-delivery": {
"title": "Site delivery"
},
"api": {
"title": "API",
"description": "The API Endpoints any developers can access to"
}
}
}
}
{
"title": "Estado del Sistema",
"description": "Mantente al día con las interrupciones históricas y en tiempo real de nuestro servicio que pueden estar afectándote.",
"labels": {

@@ -58,3 +60,20 @@ "contact": "Contacto",

"description": "No pudimos cargar la página solicitada. Verifica tu conexión de red y vuelve a intentarlo."
},
"systems": {
"items": {
"cdn": {
"title": "CDN"
},
"dns": {
"title": "DNS"
},
"site-delivery": {
"title": "Entrega del Sitio"
},
"api": {
"title": "API",
"description": "Los puntos finales del API a los que cualquier desarrollador puede acceder"
}
}
}
}

@@ -22,3 +22,4 @@ module.exports = {

serviceWorker: true,
manifest: true
manifest: true,
theme: {}
}

@@ -81,3 +81,3 @@ const { readdir, stat, readFile } = require('fs')

if (isFile && path.extname(filePath) === '.md') {
if (isFile && path.extname(filePath) === '.md' && path.basename(filePath).toLowerCase() !== 'readme.md') {
const fileName = path.relative(dirPath, filePath)

@@ -160,3 +160,3 @@ const fileContent = (await readFileP(filePath)).toString('utf8')

page_size: paginatedIncidents.pageSize,
total_pages: paginatedIncidents.totalPages,
total_pages: paginatedIncidents.totalPages || 1,
incidents: paginatedIncidents.data

@@ -196,3 +196,3 @@ }

page_size: paginatedPeriods.pageSize,
total_pages: paginatedPeriods.totalPages,
total_pages: paginatedPeriods.totalPages || 1,
periods: paginatedPeriods.data

@@ -199,0 +199,0 @@ }

{
"name": "@statusfy/core",
"version": "0.1.0-alpha.3",
"version": "0.1.0-alpha.5",
"description": "Core of Statusfy",

@@ -41,4 +41,4 @@ "author": {

"@nuxtjs/pwa": "^2.5.0",
"@statusfy/common": "^0.1.0-alpha.3",
"@statusfy/markdown": "^0.1.0-alpha.3",
"@statusfy/common": "^0.1.0-alpha.5",
"@statusfy/markdown": "^0.1.0-alpha.5",
"body-parser": "^1.18.3",

@@ -76,3 +76,3 @@ "browser-sync": "^2.26.0",

"@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0",
"@statusfy/test-utils": "^0.1.0-alpha.3",
"@statusfy/test-utils": "^0.1.0-alpha.5",
"babel-core": "^7.0.0-0",

@@ -92,3 +92,3 @@ "eslint-config-standard": "^12.0.0",

},
"gitHead": "b3c783b32fac156be13383ba13ee15b67a82aba1"
"gitHead": "c0c300c2090a0a242249c34a9659754053d41645"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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