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

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.2.7 to 0.2.8

2

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

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

@@ -28,2 +28,3 @@ zn.define([

}
if(router == path){

@@ -93,3 +94,3 @@ return true;

if(_util.test(key, url)){
if(key.indexOf('/:') != -1){
if(key.indexOf('/:') != -1 || key.indexOf('\:') != -1){
_handler.pathArgv = _util.parseParam(key, url);

@@ -96,0 +97,0 @@ }

@@ -33,3 +33,5 @@ /**

_url = _url.replace(/\//g,'\\');
if(zn.SLASH!='/'){
_url = _url.replace(/\//g,'\\');
}
for(var key in this._handlerManagers){

@@ -36,0 +38,0 @@ _handlerManager = this._handlerManagers[key];

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