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

nuekit

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuekit - npm Package Compare versions

Comparing version 0.1.7-dev to 0.1.7

2

package.json
{
"name": "nuekit",
"version": "0.1.7-dev",
"version": "0.1.7",

@@ -5,0 +5,0 @@ "description": "The Nue framework for building websites and webapps",

@@ -83,2 +83,6 @@ #!/usr/bin/env bun

async function printVersion() {
log(`Nue ${await getVersion()} ${colors.green('•')} ${getEngine()}`)
}
async function runCommand(args) {

@@ -88,3 +92,3 @@ const { createKit } = await import('./nuekit.js')

console.info('')
log('Engine:', colors.cyan(getEngine()))
await printVersion()

@@ -111,3 +115,3 @@ // build

} else if (args.version) {
console.info('Nue', await getVersion(), colors.gray('/'), getEngine())
await printVersion()

@@ -114,0 +118,0 @@ // root is required

@@ -26,3 +26,3 @@

await fs.rmdir(outdir, { recursive: true })
await fs.mkdir(outdir)
await fs.mkdir(outdir, { recursive: true })
await fs.writeFile(latest, '')

@@ -29,0 +29,0 @@ }

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