mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-05 04:50:12 +02:00
update node modules
This commit is contained in:
4
node_modules/tough-cookie/lib/pubsuffix-psl.js
generated
vendored
4
node_modules/tough-cookie/lib/pubsuffix-psl.js
generated
vendored
@@ -28,8 +28,8 @@
|
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
'use strict';
|
||||
var psl = require('psl');
|
||||
"use strict";
|
||||
const psl = require("psl");
|
||||
|
||||
function getPublicSuffix(domain) {
|
||||
return psl.get(domain);
|
||||
|
Reference in New Issue
Block a user