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

@husamnas/nodeadmin

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@husamnas/nodeadmin - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

5

bin/app.js

@@ -5,2 +5,4 @@ #!/usr/bin/env node

const npmCmd = process.platform === "win32" ? "npm.cmd" : "npm";
const dependencies = [

@@ -27,3 +29,3 @@ "bcrypt",

const install = spawn("npm", ["install"].concat(dependencies), {
const install = spawn(npmCmd, ["install"].concat(dependencies), {
stdio: "inherit",

@@ -52,3 +54,2 @@ });

});
const runConfiguration = () => {

@@ -55,0 +56,0 @@ const inquirer = require("inquirer");

2

package.json
{
"name": "@husamnas/nodeadmin",
"version": "1.2.0",
"version": "1.3.0",
"description": "A Node.js CLI tool to create an admin panel for MySQL databases",

@@ -5,0 +5,0 @@ "main": "index.js",

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