Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

azk-core

Package Overview
Dependencies
Maintainers
5
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azk-core

azk core

  • 0.1.25
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

azk-core

azk-core has the main tools and frameworks to compose azk environment packages. It uses babel to transpile ES6/ES7 to ES5. To start new projects that follow azk standards, you can go with azk-projects-boilerplate

utilities

  • Q

    • Promises
  • lazy_require

    • require only when was used
  • isBlank

    • check if is
  • os

  • version

  • dlog

    • call console.log(utils.inspect) with a title
  • Dynamic

    • creates a simple object with a key to be used on config
  • _

    • lodash
  • envDefaultArray

  • envs

  • path

    • require('path')
  • fs

    • require('fs')
  • async

    • Q async class with steroids
  • defer

    • Q defer class with steroids
  • Log

    • Log Class
  • ConfigAzk

    • ConfigAzk Class
  • NetUtils

    • NetUtils Class
  • Utils

    • Utils class

npm dependencies

  • babel
  • colors
  • crypto
  • lodash
  • printf
  • q
  • source-map-support
before start
$ npm install
test + lint (no watch)
$ gulp
test + lint + watch
$ gulp test
test + watch (no-lint)
$ gulp test-no-lint
publish a patch to npm
$ npm run-script patch

Keywords

FAQs

Package last updated on 07 Apr 2015

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc