num-client
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -6,3 +6,3 @@ "use strict"; | ||
var DOMAIN_REGEX = new RegExp(/^(([^.\s\\\b]+?\.)*?([^!"#$%&'()*+,./:;<=>?@\[\]^_`{|}~\s\b]+?\.)([^!"#$%&'()*+,./:;<=>?@\[\]^_`{|}~\s\b]+?))\.??$/); | ||
var USERINFO_REGEX = new RegExp(/^(?!\s)[^@\f\t\r\b\n]+?(?<!\s)$/); | ||
var USERINFO_REGEX = new RegExp(/^(?!\s)[^@\f\t\r\b\s\\]+$/); | ||
var PATH_REGEX = new RegExp(/^(\/[^;,/\\?:@&=+$.#\s]+)*\/?$/); | ||
@@ -9,0 +9,0 @@ var MAX_LABEL_LENGTH = 63; |
@@ -18,3 +18,3 @@ // Copyright 2020 NUM Technology Ltd | ||
const DOMAIN_REGEX = new RegExp(/^(([^.\s\\\b]+?\.)*?([^!"#$%&'()*+,./:;<=>?@\[\]^_`{|}~\s\b]+?\.)([^!"#$%&'()*+,./:;<=>?@\[\]^_`{|}~\s\b]+?))\.??$/); | ||
const USERINFO_REGEX = new RegExp(/^(?!\s)[^@\f\t\r\b\n]+?(?<!\s)$/); | ||
const USERINFO_REGEX = new RegExp(/^(?!\s)[^@\f\t\r\b\s\\]+$/); | ||
const PATH_REGEX = new RegExp(/^(\/[^;,/\\?:@&=+$.#\s]+)*\/?$/); | ||
@@ -21,0 +21,0 @@ const MAX_LABEL_LENGTH = 63; |
{ | ||
"name": "num-client", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "A NUM Protocol Client in TypeScript", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
@@ -220,3 +220,3 @@ # NUM Client | ||
<body> | ||
<script src="https://unpkg.com/num-client@7/web/num-client-0.0.7.js"></script> | ||
<script src="https://unpkg.com/num-client@0.0.8/web/num-client-0.0.8.js"></script> | ||
<h1>num.uk:1</h1> | ||
@@ -223,0 +223,0 @@ <pre id='num'></pre> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2580757
54
74419
1