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

@forrestjs/core

Package Overview
Dependencies
Maintainers
1
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forrestjs/core - npm Package Compare versions

Comparing version 4.5.0-alpha.0 to 4.5.0-alpha.5

4

package.json
{
"name": "@forrestjs/core",
"description": "ForrestJS is the Javascript plugin syste.",
"version": "4.5.0-alpha.0",
"version": "4.5.0-alpha.5",
"main": "src/index.js",

@@ -34,3 +34,3 @@ "author": "Marco Pegoraro <marco.pegoraro@gmail.com",

},
"gitHead": "9019de861efa62d8d06aa367b0b057cb13bb7b83",
"gitHead": "f1aa7a142b38d4199002e29750f6215d35ddfc26",
"devDependencies": {

@@ -37,0 +37,0 @@ "jest": "^28.1.0"

@@ -300,10 +300,10 @@ const dotted = require('@marcopeg/dotted').default;

await runIntegrations(features, internalContext, `${constants.FEATURE} `);
await _cs.parallel(constants.INIT_SERVICES, internalContext);
await _cs.serie(constants.INIT_SERVICE, internalContext);
await _cs.parallel(constants.INIT_SERVICES, internalContext);
await _cs.parallel(constants.INIT_FEATURES, internalContext);
await _cs.serie(constants.INIT_FEATURE, internalContext);
await _cs.parallel(constants.INIT_FEATURES, internalContext);
await _cs.parallel(constants.START_SERVICES, internalContext);
await _cs.serie(constants.START_SERVICE, internalContext);
await _cs.parallel(constants.START_SERVICES, internalContext);
await _cs.parallel(constants.START_FEATURES, internalContext);
await _cs.serie(constants.START_FEATURE, internalContext);
await _cs.parallel(constants.START_FEATURES, internalContext);
await _cs.serie(constants.FINISH, internalContext);

@@ -310,0 +310,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