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.1-alpha.0 to 0.1.1-alpha.1

11

lib/init.js

@@ -70,2 +70,9 @@ const fs = require('fs')

]
},
{
type: 'list',
name: 'packageManager',
default: 'npm',
message: 'Choose a package manager',
choices: ['npm', 'yarn']
}

@@ -177,4 +184,6 @@ ]

logger.success(`A new version of Statusfy was successfully created at ${chalk.cyan(outDir)}`)
logger.success(`A new project of Statusfy was successfully created at ${chalk.cyan(outDir)}`)
logger.warn(`Remember to run ${chalk.cyan(`${answers.packageManager} install`)}`)
})
}

10

package.json
{
"name": "@statusfy/core",
"version": "0.1.1-alpha.0",
"version": "0.1.1-alpha.1",
"description": "Core of Statusfy",

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

"@nuxtjs/pwa": "^2.5.0",
"@statusfy/common": "^0.1.1-alpha.0",
"@statusfy/markdown": "^0.1.1-alpha.0",
"@statusfy/common": "^0.1.1-alpha.1",
"@statusfy/markdown": "^0.1.1-alpha.1",
"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.1-alpha.0",
"@statusfy/test-utils": "^0.1.1-alpha.1",
"babel-core": "^7.0.0-0",

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

},
"gitHead": "3f4a671476ec72ea1fa754a59714c361e6766b3d"
"gitHead": "30176a96d4fb3cf559c74a007499f7970494da57"
}

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