Socket
Socket
Sign inDemoInstall

zeanium-node

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zeanium-node - npm Package Compare versions

Comparing version 0.5.7 to 0.5.8

2

package.json
{
"name": "zeanium-node",
"version": "0.5.7",
"version": "0.5.8",
"description": "Zeanium for Node.js, simple http server and custome your business.",

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

@@ -7,2 +7,10 @@ zn.define([

'./Run'
]);
], function (Create, Develop, Info, Install, Run){
return {
Create: Create,
Develop: Develop,
Info: Info,
Install: Install,
Run: Run
};
});

@@ -6,3 +6,3 @@ zn.define([

'./mysql/ZNSql'
], function (data, common, ZNSql) {
], function (data, common, sql, ZNSql) {

@@ -9,0 +9,0 @@ return {

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