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.9 to 1.1.0

6

index.js

@@ -1,5 +0,5 @@

let WikieduIcons = require("./src/icons.js");
let icons = require('./src/icons.js');
exports.replaceIcon = function(text) {
WikieduIcons.icons.map((icon) => {
icons.map((icon) => {
text = text.replace(new RegExp(icon.name, 'g'), '<img src="' + icon.src + '"/>');

@@ -11,2 +11,2 @@ });

exports.icons = WikieduIcons.icons;
exports.icons = icons;

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

},
"version": "1.0.9"
"version": "1.1.0"
}

@@ -1,2 +0,2 @@

exports.icons = [
module.exports = [
{

@@ -3,0 +3,0 @@ name: ':bat-quai:',

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