Giter VIP home page Giter VIP logo

azmisahin-software-web-component-trace-manager-node's Introduction

Introduction

The code architecture allows a simple method to be monitored.

Pipelines

Build Status

NPM

Example

For a quick start, let's get started.

Install

You can add the latest version to your project.

$ npm i --save trace-manager

Usage

Let's take this example of something to test.

// package define
const TraceManager = require('trace-manager')

// module instance
var tm = new TraceManager()

// any data
let data = [{ data: 'any' }]

// usage
tm.trace('trace', ...data)
tm.debug('debug', ...data)
tm.info('info', ...data)
tm.warn('warn', ...data)
tm.error('error', ...data)
tm.verbose('verbose', ...data)

Getting Started

TO DO: Things to do when getting started on this project.

Build and Test

TODO: Will apply your code and project building standards to templates.

  • The tests will be applied as in the template projects.
  • Development and operation will be planned as test/slot/production.

Contribute

TODO : The best method of making a contribution will be to comply with the following items.

  • Work with algorithms and flowcharts to solve problems.
  • Make pull requests to version control systems.
  • Stick to Architecture and Design Patterns apps.
  • Take care to develop applications with Domain Based Design / Test-oriented development approaches.
  • Stick to the architectural patterns used in abstraction software like Model-View-Controller.
  • Be consistent in executing maintainable practices with Object Oriented Programming (abstraction, encapsulation, inheritance and polymorphism...) techniques.
  • Use behavior-oriented development tools effectively.
  • Make it a habit to use Integration testing / Unit Testing / Functional Testing / Automation Tests.
  • Be persistent in applying metrics that describe how well the source code has been tested. [ have something to show at meetings: ) ]
  • Send your code with traditional commit messages, make your code understandable with static code analysis tools, "code documentation" tools.
  • Build event-driven, scalable service applications with serverless application development platforms.
  • Follow the steps to improve threading techniques like in services or mobile apps.

While starting

In the project; principles and architectural examples of development, code submission, consistent coding styles and development in team environment have been implemented.

azmisahin-software-web-component-trace-manager-node's People

Contributors

azmisahin avatar azure-pipelines[bot] avatar

Stargazers

 avatar

Watchers

 avatar

azmisahin-software-web-component-trace-manager-node's Issues

[DepShield] (CVSS 5.3) Vulnerability due to usage of kind-of:3.2.2

Vulnerabilities

DepShield reports that this application's usage of kind-of:3.2.2 results in the following vulnerability(s):


Occurrences

kind-of:3.2.2 is a transitive dependency introduced by the following direct dependency(s):

better-docs:2.7.2
        └─ vue-docgen-api:3.26.0
              └─ pug:2.0.4
                    └─ pug-filters:3.1.1
                          └─ uglify-js:2.8.29
                                └─ yargs:3.10.0
                                      └─ cliui:2.1.0
                                            └─ center-align:0.1.3
                                                  └─ align-text:0.1.4
                                                        └─ kind-of:3.2.2

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.4) Vulnerability due to usage of lodash.get:4.4.2

Vulnerabilities

DepShield reports that this application's usage of lodash.get:4.4.2 results in the following vulnerability(s):


Occurrences

lodash.get:4.4.2 is a transitive dependency introduced by the following direct dependency(s):

better-docs:2.7.2
        └─ react-ace:9.5.0
              └─ lodash.get:4.4.2

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of acorn:4.0.13

Vulnerabilities

DepShield reports that this application's usage of acorn:4.0.13 results in the following vulnerability(s):


Occurrences

acorn:4.0.13 is a transitive dependency introduced by the following direct dependency(s):

better-docs:2.7.2
        └─ vue-docgen-api:3.26.0
              └─ pug:2.0.4
                    └─ pug-code-gen:2.0.3
                          └─ with:5.1.1
                                └─ acorn-globals:3.1.0
                                      └─ acorn:4.0.13
                    └─ pug-lexer:4.1.0
                          └─ is-expression:3.0.0
                                └─ acorn:4.0.13

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.4) Vulnerability due to usage of lodash.isequal:4.5.0

Vulnerabilities

DepShield reports that this application's usage of lodash.isequal:4.5.0 results in the following vulnerability(s):


Occurrences

lodash.isequal:4.5.0 is a transitive dependency introduced by the following direct dependency(s):

better-docs:2.7.2
        └─ react-ace:9.5.0
              └─ lodash.isequal:4.5.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of acorn:3.3.0

Vulnerabilities

DepShield reports that this application's usage of acorn:3.3.0 results in the following vulnerability(s):


Occurrences

acorn:3.3.0 is a transitive dependency introduced by the following direct dependency(s):

better-docs:2.7.2
        └─ vue-docgen-api:3.26.0
              └─ pug:2.0.4
                    └─ pug-code-gen:2.0.3
                          └─ with:5.1.1
                                └─ acorn:3.3.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

🐛: in behavior testing, scenario(s) fail.

  1. Scenario: Should run in debug mode # features/template.feature:9
    ✔ When "debug" method is called with "example" message # features/support/template.steps.js:8
    ✖ Then it should write "example" message in console" # features/support/template.steps.js:12
    AssertionError [ERR_ASSERTION]: Tracking {
    _types: [
    debug: '\x1B[35m%s\x1B[0m',
    error: '\x1B[31m%s\x1B[0m',
    info: '\x1B[36m%s\x1B[0m',
    log: '\x1B[37m%s\x1B[0m',
    trace: '\x1B[34m%s\x1B[0m',
    warn: '\x1B[33m%s\x1B[0m'
    ]
    } == 'example'
    at World. (/home/vsts/work/1/s/features/support/template.steps.js:13:10)

[DepShield] (CVSS 5.3) Vulnerability due to usage of pug-code-gen:2.0.3

Vulnerabilities

DepShield reports that this application's usage of pug-code-gen:2.0.3 results in the following vulnerability(s):


Occurrences

pug-code-gen:2.0.3 is a transitive dependency introduced by the following direct dependency(s):

better-docs:2.7.2
        └─ vue-docgen-api:3.26.0
              └─ pug:2.0.4
                    └─ pug-code-gen:2.0.3

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.