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.37 to 0.6.38

2

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

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

@@ -48,3 +48,3 @@ zn.define(function () {

format: "date_format({},'%Y-%c-%d %h:%i:%s')",
hidden: true,
//hidden: true,
default: null

@@ -51,0 +51,0 @@ },

@@ -47,3 +47,3 @@ /**

if(_value == null){
_value = prop.get && prop.get.call(this, key, prop, props);
_value = prop.get && prop.get.call(this, key, prop, values);
}

@@ -50,0 +50,0 @@ switch (prop.type[0].toLowerCase()) {

@@ -234,2 +234,6 @@ /**

fs.renameSync(_sourceFile, _targetFile);
var _url = _targetFile.replace(_uploadConfig.root, '');
if(_url.indexOf(zn.SLASH)!=0){
_url = zn.SLASH + _url;
}
return {

@@ -242,3 +246,3 @@ name: file.name,

path: _targetFile,
url: zn.SLASH + _targetFile.replace(_uploadConfig.root, ''),
url: _url,
lastModifiedDate: file.lastModifiedDate.toISOString().slice(0, 19)

@@ -245,0 +249,0 @@ };

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