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

@xiee/utils

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xiee/utils - npm Package Compare versions

Comparing version 1.1.14 to 1.1.15

5

js/center-img.js

@@ -30,2 +30,7 @@ (function() {

}
// also center paragraphs that contain `* * *`
var ps = document.getElementsByTagName('p');
for (var i = 0; i < ps.length; i++) {
if (ps[i].innerText === '* * *') ps[i].style.textAlign = 'center';
};
})();

2

package.json
{
"name": "@xiee/utils",
"version": "1.1.14",
"version": "1.1.15",
"description": "Miscellaneous tools and utilities to manipulate HTML pages",

@@ -5,0 +5,0 @@ "scripts": {

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