entity-convert
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
2403
1