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

@athenna/core

Package Overview
Dependencies
Maintainers
1
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@athenna/core - npm Package Compare versions

Comparing version 4.31.0 to 4.32.0

2

package.json
{
"name": "@athenna/core",
"version": "4.31.0",
"version": "4.32.0",
"description": "One foundation for multiple applications.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -36,2 +36,4 @@ /**

});
console.log();
this.logger.success(`Successfully installed ${this.libraries.join(', ')} libraries`);
for (const library of this.libraries) {

@@ -42,9 +44,6 @@ const path = Path.nodeModules(`${library}/configurer/index.js`);

}
task.addPromise(`Configuring ${library}`, async () => {
const Configurer = await Module.getFrom(path);
return new Configurer().setPath(path).configure();
});
this.logger.simple(`\n({bold,green} [ CONFIGURING ${library} ])\n`);
const Configurer = await Module.getFrom(path);
await new Configurer().setPath(path).configure();
}
await task.run();
this.logger.success(`Successfully installed ${this.libraries.join(', ')} libraries`);
}

@@ -54,3 +53,3 @@ }

Argument({
signature: '<...libraries>',
signature: 'libraries...',
description: 'The libraries to install in your project.'

@@ -57,0 +56,0 @@ }),

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