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.11.0 to 4.12.0

2

package.json
{
"name": "@athenna/core",
"version": "4.11.0",
"version": "4.12.0",
"description": "The plug and play Node.js framework.",

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

@@ -35,7 +35,25 @@ /**

nodemon({
script: entrypoint.replace('.ts', '.js')
script: entrypoint.replace('.ts', '.js'),
ignore: [
'.git',
'.github',
'.idea',
'.vscode',
'.fleet',
'node_modules/**/node_modules'
],
watch: [
'./',
'package.json',
'.athennarc.json',
'tsconfig.json',
'.env',
'.env.dev',
'.env.test',
'.env.testing',
'.env.example'
],
ext: '*.*',
...Config.get('rc.commands.serve.nodemon', {})
});
if (Config.is('rc.bootLogs', false)) {
return;
}
let isFirstRestart = true;

@@ -42,0 +60,0 @@ nodemon

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