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

@axeptio/privacy-score

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axeptio/privacy-score

This repository hosts a flexible rating algorithm designed for accurate rating and ranking based on specified criteria, used on some of our products

  • 1.0.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Privacy-score

LocalStack - A fully functional local cloud stack

NodeJS JEST


About the Project

This repository hosts a flexible rating algorithm designed for accurate rating and ranking based on specified criteria, used on some of our products

Getting Started

⚠️ Prerequisites

  • Install NodeJS

⚙️ Run locally

  • Get a JSON containing some results criteria of a website (cf. taste scoring api)

  • Use this command line with your JSON stringyfied as argument to get the score of the website :

$ npm run score -- [YOUR_JSON_STRINGIFIED]

Contributing

  1. Create your feature branch from the master branch: git checkout -b name/my-new-feature master or git checkout -b name/my-new-feature
  2. Commit your changes: git commit -am 'Add some feature'
  3. Push to the branch: git push origin name/my-new-feature
  4. Submit a pull request and select as the base branch the master branch

Deployment

Publish a new release on Github with a semantic versioning tag.

Unit tests

You can run the unit tests with :

$ npm run test

FAQs

Package last updated on 07 Oct 2024

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