Socket
Socket
Sign inDemoInstall

zeanium-node

Package Overview
Dependencies
128
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.0 to 0.9.1

2

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

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

@@ -18,2 +18,3 @@ zn.define('../collection/Rights', function (Rights) {

},
/*
zn_rights_groups: {

@@ -25,2 +26,8 @@ value: null,

},
zn_rights_observe_groups: {
value: null,
type: ['varchar', 250],
convert: 'zn_plugin_admin_convert_groups({})',
default: ','
},*/
zn_rights_users: {

@@ -38,8 +45,2 @@ value: null,

},
zn_rights_observe_groups: {
value: null,
type: ['varchar', 250],
convert: 'zn_plugin_admin_convert_groups({})',
default: ','
},
zn_rights_observe_users: {

@@ -46,0 +47,0 @@ value: null,

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