foxts 3.3.2 → 3.3.3
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.3",
|
|
4
4
|
"description": "Opinionated collection of common TypeScript utils by @SukkaW",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/SukkaW/foxts"
|
|
@@ -338,6 +338,9 @@
|
|
|
338
338
|
],
|
|
339
339
|
"author": "SukkaW <https://skk.moe>",
|
|
340
340
|
"license": "MIT",
|
|
341
|
+
"dependencies": {
|
|
342
|
+
"fast-escape-html": "^1.0.0"
|
|
343
|
+
},
|
|
341
344
|
"devDependencies": {
|
|
342
345
|
"@eslint-sukka/node": "^6.20.0",
|
|
343
346
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|