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

irrelon-appcore

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

irrelon-appcore - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

index.js

@@ -128,3 +128,3 @@ /**

moduleName = moduleNamesArr[nameIndex];
moduleNameRegExp = new RegExp('\b' + moduleName + '\b');
moduleNameRegExp = new RegExp('\\b' + moduleName + '\\b');

@@ -131,0 +131,0 @@ if (moduleName.toLowerCase() !== i.toLowerCase() && moduleDeps.arr.indexOf(moduleName) === -1) {

{
"name": "irrelon-appcore",
"version": "1.0.9",
"version": "1.0.10",
"description": "A very lightweight application dependency manager for maintaining clean modularised code without polluting the global namespace.",

@@ -5,0 +5,0 @@ "main": "index.js",

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