Socket
Socket
Sign inDemoInstall

@atlas.js/atlas

Package Overview
Dependencies
25
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @atlas.js/atlas

A component-based Node.js library to reduce boilerplate and provide sane project structure 🍻


Version published
Weekly downloads
81
increased by200%
Maintainers
2
Install size
4.47 MB
Created
Weekly downloads
 

Readme

Source

@atlas.js/atlas

The core of Atlas.js. This package contains all the important bits and pieces to start working with @atlas.js right away.

This package includes:

  • The main Atlas class
  • @atlas.js/service
  • @atlas.js/hook
  • @atlas.js/action
  • @atlas.js/errors

Usage

You can import any of the above components as a named import.

import { Atlas } from '@atlas.js/atlas'
import { Service } from '@atlas.js/atlas'
import { Hook } from '@atlas.js/atlas'
import { Action } from '@atlas.js/atlas'
import { errors } from '@atlas.js/atlas'

// or get it all at once
import * as atlas from '@atlas.js/atlas'

Full documentation is available in the main Github repository.

License

See the LICENSE file for information.

FAQs

Last updated on 05 Apr 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc