puvox-library 1.0.3 → 1.0.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.
@@ -1202,7 +1202,7 @@ const puvox_library =
1202
1202
  } ,
1203
1203
 
1204
1204
  // more from locutus: https://github.com/locutusjs/locutus/blob/master/src/php
1205
- strip_tags (input, allowed) {
1205
+ stripTags (input, allowed) {
1206
1206
  allowed = (((allowed || '') + '').toLowerCase().match(/<[a-z][a-z0-9]*>/g) || []).join('');
1207
1207
  const tags = /<\/?([a-z][a-z0-9]*)\b[^>]*>/gi;
1208
1208
  const commentsAndPhpTags = /<!--[\s\S]*?-->|<\?(?:php)?[\s\S]*?\?>/gi;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "puvox-library",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "library-class-javascript",
5
5
  "main": "library_standard.js",
6
6
  "scripts": {