New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wikiedu-icon

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wikiedu-icon - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

index.js

@@ -5,3 +5,3 @@ let WikieduIcons = require("./src/icons.js");

WikieduIcons.icons.map((icon) => {
text = text.replace(new RegExp(icon.name, 'g') '<img src="' + icon.src + '"/>');
text = text.replace(new RegExp(icon.name, 'g'), '<img src="' + icon.src + '"/>');
});

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

@@ -77,3 +77,3 @@ {

},
"version": "1.0.4"
"version": "1.0.5"
}
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