Socket
Socket
Sign inDemoInstall

entities

Package Overview
Dependencies
0
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

7

index.js

@@ -52,9 +52,2 @@ var re_hex = /&#x[\da-f]+;?/gi,

return module.exports["encode" +modes[level]](data);
},
decodeXML: function(data){
return data
.replace(regex, func)
.replace(re_strictHex, strictHex_func)
.replace(re_strictCharCode, strictNum_func);
}

@@ -61,0 +54,0 @@ };

2

package.json
{
"name": "entities",
"version": "0.1.0",
"version": "0.1.1",
"description": "Encode & decode XML/HTML entities with ease",

@@ -5,0 +5,0 @@ "author": "Felix Boehm <me@feedic.com>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc