foxts 3.3.2 → 3.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/escape-html.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Object.defineProperty(exports,"__esModule",{value:!0});
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0});var e=require("fast-escape-html");Object.keys(e).forEach(function(t){"default"===t||Object.prototype.hasOwnProperty.call(exports,t)||Object.defineProperty(exports,t,{enumerable:!0,get:function(){return e[t]}})});
|
package/dist/es/escape-html.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
export*from"fast-escape-html";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "foxts",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.4",
|
|
4
4
|
"description": "Opinionated collection of common TypeScript utils by @SukkaW",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/SukkaW/foxts"
|
|
@@ -338,8 +338,11 @@
|
|
|
338
338
|
],
|
|
339
339
|
"author": "SukkaW <https://skk.moe>",
|
|
340
340
|
"license": "MIT",
|
|
341
|
+
"dependencies": {
|
|
342
|
+
"fast-escape-html": "^1.0.1"
|
|
343
|
+
},
|
|
341
344
|
"devDependencies": {
|
|
342
|
-
"@eslint-sukka/node": "^6.
|
|
345
|
+
"@eslint-sukka/node": "^6.21.0",
|
|
343
346
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
|
344
347
|
"@mitata/counters": "^0.0.8",
|
|
345
348
|
"@monyone/aho-corasick": "^1.0.4",
|
|
@@ -353,7 +356,7 @@
|
|
|
353
356
|
"@types/lodash.escape": "^4.0.9",
|
|
354
357
|
"@types/lodash.escaperegexp": "^4.1.9",
|
|
355
358
|
"@types/mocha": "^10.0.10",
|
|
356
|
-
"@types/node": "^22.15.
|
|
359
|
+
"@types/node": "^22.15.24",
|
|
357
360
|
"@types/regex-escape": "^3.4.1",
|
|
358
361
|
"@types/sinon": "^17.0.4",
|
|
359
362
|
"bumpp": "^10.1.1",
|
|
@@ -364,17 +367,17 @@
|
|
|
364
367
|
"escape-regexp": "^0.0.1",
|
|
365
368
|
"escape-string-regexp": "4",
|
|
366
369
|
"eslint": "^9.27.0",
|
|
367
|
-
"eslint-config-sukka": "^6.
|
|
368
|
-
"eslint-formatter-sukka": "^6.
|
|
370
|
+
"eslint-config-sukka": "^6.21.0",
|
|
371
|
+
"eslint-formatter-sukka": "^6.21.0",
|
|
369
372
|
"expect": "^29.7.0",
|
|
370
373
|
"fastscan": "^1.0.6",
|
|
371
|
-
"fdir": "^6.4.
|
|
374
|
+
"fdir": "^6.4.5",
|
|
372
375
|
"hexo-util": "^3.3.0",
|
|
373
376
|
"html-escaper": "2.0.2",
|
|
374
377
|
"lodash.escape": "^4.0.1",
|
|
375
378
|
"lodash.escaperegexp": "^4.1.2",
|
|
376
379
|
"mitata": "^1.0.34",
|
|
377
|
-
"mocha": "^11.
|
|
380
|
+
"mocha": "^11.5.0",
|
|
378
381
|
"modern-ahocorasick": "^2.0.4",
|
|
379
382
|
"nyc": "^17.1.0",
|
|
380
383
|
"regex-escape": "^3.4.11",
|