Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

entity-convert

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

entity-convert - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

entityconvert.js

@@ -1,8 +0,8 @@

(function (root, factory) {
(function(root, factory){
if (typeof define === 'function' && define.amd) {
if (typeof define === 'function' && define.amd){
define(function(){
return factory();
});
} else if (typeof exports === 'object') {
} else if (typeof exports === 'object'){
module.exports = factory();

@@ -9,0 +9,0 @@ } else {

{
"name": "entity-convert",
"version": "0.0.2",
"version": "0.0.3",
"description": "convert all special characters in a string to their corresponding HTML and CSS entities",

@@ -8,3 +8,5 @@ "main": "entityconvert.js",

"homepage": "https://github.com/m90/entity-convert",
"bugs": "https://github.com/m90/entity-convert/issues",
"bugs": {
"url" : "https://github.com/m90/entity-convert/issues"
},
"keywords": [

@@ -11,0 +13,0 @@ "string",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc