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.6 to 2.2.0-alpha.7

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [2.2.0-alpha.7](https://github.com/strvcom/atlas.js/compare/@atlas.js/atlas@2.2.0-alpha.6...@atlas.js/atlas@2.2.0-alpha.7) (2019-01-28)
### Bug Fixes
* **atlas:** init parameters typings ([efdbf3c](https://github.com/strvcom/atlas.js/commit/efdbf3c))
# [2.2.0-alpha.6](https://github.com/strvcom/atlas.js/compare/@atlas.js/atlas@2.2.0-alpha.5...@atlas.js/atlas@2.2.0-alpha.6) (2019-01-28)

@@ -8,0 +19,0 @@

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.6",
"version": "2.2.0-alpha.7",
"author": "Robert Rossmann <robert.rossmann@strv.com>",

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

},
"gitHead": "39c0427aa76e1003d5f4acf19cee927925ca0ad3"
"gitHead": "20fa27bf205f83baaae14c5ef99c6ff8e007b214"
}

@@ -27,2 +27,7 @@ import * as Ajv from 'ajv'

/**
* Path to the module where the aliases are defined
* @default aliases
*/
aliases?: string
/**
* Path to a module from which component configuration should be loaded (or the configuration

@@ -87,3 +92,3 @@ * object itself)

*/
env: string
env?: string
/** Absolute path to folder structure where Atlas can expect its components to be defined */

@@ -90,0 +95,0 @@ root: string

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