Socket
Socket
Sign inDemoInstall

@atlas.js/atlas

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlas.js/atlas - npm Package Compare versions

Comparing version 2.2.0-alpha.1 to 2.2.0-alpha.2

4

package.json
{
"name": "@atlas.js/atlas",
"description": "A component-based Node.js library to reduce boilerplate and provide sane project structure 🍻",
"version": "2.2.0-alpha.1",
"version": "2.2.0-alpha.2",
"author": "Robert Rossmann <robert.rossmann@strv.com>",

@@ -34,3 +34,3 @@ "bugs": "https://github.com/strvcom/atlas.js/issues",

},
"gitHead": "e58999d8f2eee67c5e5e0f079f273f65ee9932fa"
"gitHead": "7b27ac160fb022b2f275b850faa70b26347c339a"
}

@@ -159,10 +159,14 @@ import * as Ajv from 'ajv'

// @TODO: Make this work so that the declarations can remain here and still be overridable
// The following properties are not included in the type definitions so that users can
// declare their own local, per-project overloads which add proper type hints to these properties.
/** Configuration for Atlas and all associated components, as passed in to the constructor */
readonly config: Config
// readonly config: Config
/** All services added to this instance */
readonly services: object
// readonly services: object
/** All actions added to this instance */
readonly actions: object
// readonly actions: object

@@ -169,0 +173,0 @@ /** An instance of Ajv used to validate component configuration */

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