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

25

CHANGELOG.md

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

# [2.2.0](https://github.com/strvcom/atlas.js/compare/@atlas.js/atlas@2.1.0...@atlas.js/atlas@2.2.0) (2019-02-08)
### Bug Fixes
* remove `declare module` wrappers from all d.ts files 🔥 ([c0e7cd5](https://github.com/strvcom/atlas.js/commit/c0e7cd5)), closes [#69](https://github.com/strvcom/atlas.js/issues/69)
* **atlas:** do not depend on named exports order when iterating services ([d75862b](https://github.com/strvcom/atlas.js/commit/d75862b))
* **atlas:** emit afterPrepare events for non-atlas observers ([3e4f2e4](https://github.com/strvcom/atlas.js/commit/3e4f2e4))
* **atlas:** init parameters typings ([efdbf3c](https://github.com/strvcom/atlas.js/commit/efdbf3c))
* component lifecycle methods should always return Promise ([2417929](https://github.com/strvcom/atlas.js/commit/2417929))
* declarations for object shapes should use `type`, not `interface` ([7928e6a](https://github.com/strvcom/atlas.js/commit/7928e6a))
### Features
* **atlas:** add typings ([4fcf8d4](https://github.com/strvcom/atlas.js/commit/4fcf8d4))
* **atlas:** log the current env when atlas is ready ([0bff882](https://github.com/strvcom/atlas.js/commit/0bff882))
* **atlas:** merge pino serialisers with userland serialisers ([af7c10f](https://github.com/strvcom/atlas.js/commit/af7c10f))
* **component:** add typings ([10951ba](https://github.com/strvcom/atlas.js/commit/10951ba))
* **generator:** add type definition file when generating new projects ([f032ce3](https://github.com/strvcom/atlas.js/commit/f032ce3))
# [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)

@@ -8,0 +33,0 @@

12

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

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

"dependencies": {
"@atlas.js/action": "^1.2.0-alpha.1",
"@atlas.js/errors": "^0.3.0-alpha.1",
"@atlas.js/hook": "^2.1.0-alpha.1",
"@atlas.js/service": "^1.2.0-alpha.1",
"@atlas.js/action": "^1.2.0",
"@atlas.js/errors": "^0.3.0",
"@atlas.js/hook": "^2.1.0",
"@atlas.js/service": "^1.2.0",
"@types/pino": "^4.7.0",

@@ -35,3 +35,3 @@ "ajv": "^6.5.0",

},
"gitHead": "20fa27bf205f83baaae14c5ef99c6ff8e007b214"
"gitHead": "e67f1220a6aa157ef078f26075b6aa5bfad5ee18"
}
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