Socket
Socket
Sign inDemoInstall

caddis

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caddis - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

6

HISTORY.md

@@ -0,1 +1,7 @@

0.4.3 / 2014-03-13
==================
* support for tokenized query parameters.
* spec for multuple param uri.
* added help notification to README
0.4.2 / 2014-03-04

@@ -2,0 +8,0 @@ ==================

2

lib/caddis/server.js

@@ -15,3 +15,3 @@ 'use strict';

var QUERY_PARAM_TOKEN = /[\\?&]*=([^&]*)?/gi;
var QUERY_PARAM_REPLACE = '=\\w+';
var QUERY_PARAM_REPLACE = '=[^&]+';

@@ -18,0 +18,0 @@ var print = function(message) {

{
"name": "caddis",
"version": "0.4.3",
"version": "0.4.4",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

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