Package com.artipie.npm.events


package com.artipie.npm.events
Repository events processing.
Since:
0.3
  • Classes
    Class
    Description
    We can assume that repository actually contains some package, if:
    1) tgz archive is valid and we obtained package id and version from it
    2) repository has corresponding package json metadata file with such version and path to tgz
    When both conditions a met, we can add package record into database.