Giter VIP home page Giter VIP logo

authors's People

Contributors

allcontributors[bot] avatar antoine-coulon avatar dependabot[bot] avatar fabnguess avatar fraxken avatar kawacrepe avatar pierredemailly avatar snyk-bot avatar step-security-bot avatar

Stargazers

 avatar

Watchers

 avatar

authors's Issues

Revamp tests

Our tests must be refacto, we must execute temp.js to create the nsecure-result.json which will be analyzed by the package.

We want to remove this file and include the step in our tests.

The second improvement consist in what Rossbob told me in another PR


I would have added some tests over rewriting it :

  • one without any options (flags & domainInformations)
  • one with flags
  • one with domainInformations

but it may be overkill

Originally posted by @Rossb0b in #12 (review)

Inactive Maintainer (or Publisher ?)

It would be relevant to know if a maintainer is still active on npm. This would probably only be possible if the person has already published a package.

For example, we could consider that someone who has published in the past but nothing within three years would be considered as not active.

Any help or opinions are welcome.

Implements authors on scanner

We should implement authors inside:

  • @nodesecure/rc => add an array of flaggedAuthors
  • @nodesecure/scanner => use authors

Tag specific authors

It would be interesting to tag specific authors.

For example. if I wanna know how many packages from my dependencies depend on Fraxken. I would be able to do something like

import { extractAndOptimizeUsers } from "@nodesecure/authors";

interface flagAuthor {
  name: string,
  email: string,
  foundIn: string[], // packages names
}

const flagAuthors = [
  { name: 'Fraxken', email: '...' }
]
const { authors, flagAuthors } = extractAndOptimizeUsers({ authors, flagAuthors });

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.