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.6.8 to 0.6.9

2

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

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

@@ -20,2 +20,17 @@ /**

}
switch (prop.type[0].toLowerCase()) {
case 'int':
case 'float':
_value = +_value;
if(isNaN(_value)){
return -1;
}
break;
case 'datetime':
_value = _value.trim();
if(!_value){
return -1;
}
break;
}
if(_value != null) {

@@ -25,3 +40,3 @@ _values[key] = _value;

}, this);
console.log(_values);
return _values;

@@ -28,0 +43,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc