hppx 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. package/dist/index.cjs +1 -0
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -456,4 +456,5 @@ function hppx(options = {}) {
456
456
  DEFAULT_STRATEGY,
457
457
  sanitize
458
458
  });
459
+ if (module.exports.default) { module.exports = Object.assign(module.exports.default, module.exports); }
459
460
  //# sourceMappingURL=index.cjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hppx",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Superior HTTP Parameter Pollution protection middleware with modern TypeScript, robust sanitizer, and extensive tests.",
5
5
  "license": "MIT",
6
6
  "author": "Hiprax",