Socket
Socket
Sign inDemoInstall

moonext

Package Overview
Dependencies
36
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

lib/actions.js

@@ -93,3 +93,3 @@ // If u see that, i real like it ;) - (c) NEsanya

}
server.listen.bind(server, ...arguments || arguments[0])()
server.listen(...arguments || arguments[0])
}

@@ -96,0 +96,0 @@

@@ -9,3 +9,3 @@ const chalk = require("chalk")

function version(){
console.log(chalk.green("Moonext version: ") + chalk.yellow("1.0.2"))
console.log(chalk.green("Moonext version: ") + chalk.yellow("1.0.3"))
}

@@ -12,0 +12,0 @@

{
"name": "moonext",
"version": "1.0.2",
"version": "1.0.3",
"description": "Back-end framework, for anything",

@@ -5,0 +5,0 @@ "directories": {

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