[Pkg-javascript-commits] [node-strict-uri-encode] 04/04: Added description

Shirish Togarla shirish12-guest at moszumanska.debian.org
Tue Feb 7 19:32:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

shirish12-guest pushed a commit to branch master
in repository node-strict-uri-encode.

commit eca72a8fc9573ea15b381d68838601311887da38
Author: Shirish Togarla <shirishtogarla533 at gmail.com>
Date:   Tue Feb 7 19:30:27 2017 +0000

    Added description
---
 debian/control | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index b987c8b..bc2b252 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,10 @@ Depends:
  ${misc:Depends}
  , nodejs
 Description: A stricter URI encode adhering to RFC 3986
- FIX_ME long description
- .
+ A stricter URI encode adhering to [RFC 3986].For example
+ const strictUriEncode = require('strict-uri-encode');
+ strictUriEncode('unicorn!foobar');
+ //=> 'unicorn%21foobar'
+ strictUriEncode('unicorn*foobar');
+ //=> 'unicorn%2Afoobar'
  Node.js is an event-based server-side JavaScript engine.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-strict-uri-encode.git



More information about the Pkg-javascript-commits mailing list