Comparing version 1.1.2 to 1.1.3
@@ -194,3 +194,3 @@ (function (global, factory) { | ||
querys: query, | ||
search: str ? this._makeUrl(str, search) : '?' + search | ||
url: str ? this._makeUrl(str, search) : '?' + search | ||
}; | ||
@@ -231,3 +231,3 @@ }, | ||
querys: newQuery, | ||
search: str ? this._makeUrl(str, search) : '?' + search | ||
url: str ? this._makeUrl(str, search) : '?' + search | ||
}; | ||
@@ -234,0 +234,0 @@ } |
@@ -65,3 +65,3 @@ const loc = window.location | ||
querys: query, | ||
search: str ? this._makeUrl(str, search) : `?${search}` | ||
url: str ? this._makeUrl(str, search) : `?${search}` | ||
} | ||
@@ -101,3 +101,3 @@ }, | ||
querys: newQuery, | ||
search: str ? this._makeUrl(str, search) : `?${search}` | ||
url: str ? this._makeUrl(str, search) : `?${search}` | ||
} | ||
@@ -104,0 +104,0 @@ } |
{ | ||
"name": "fe-utils", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "fe-utils.js", |
@@ -68,3 +68,3 @@ # fe-utils | ||
}, | ||
search: 'http://live.tinfinite.com:8080/path/chat-studio.html?liveshowId=592e4e2bf84e6e26c1cf97dd&group=voice&referer=list#123' | ||
url: 'http://live.tinfinite.com:8080/path/chat-studio.html?liveshowId=592e4e2bf84e6e26c1cf97dd&group=voice&referer=list#123' | ||
} | ||
@@ -77,3 +77,3 @@ del | ||
}, | ||
search: 'http://live.tinfinite.com:8080/path/chat-studio.html?group=live#123' | ||
url: 'http://live.tinfinite.com:8080/path/chat-studio.html?group=live#123' | ||
} | ||
@@ -80,0 +80,0 @@ |
@@ -67,3 +67,3 @@ var loc = window.location; | ||
querys: query, | ||
search: str ? this._makeUrl(str, search) : '?' + search | ||
url: str ? this._makeUrl(str, search) : '?' + search | ||
}; | ||
@@ -104,3 +104,3 @@ }, | ||
querys: newQuery, | ||
search: str ? this._makeUrl(str, search) : '?' + search | ||
url: str ? this._makeUrl(str, search) : '?' + search | ||
}; | ||
@@ -107,0 +107,0 @@ } |
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
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
49147