All Projects → deps-rs → Deps.rs

deps-rs / Deps.rs

Licence: apache-2.0
Keep your dependencies up-to-date

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Deps.rs

Cargo Deny
❌ Cargo plugin for linting your dependencies 🦀
Stars: ✭ 533 (+122.08%)
Mutual labels:  hacktoberfest, crates
Wemake Python Package
Bleeding edge cookiecutter template to create new python packages
Stars: ✭ 235 (-2.08%)
Mutual labels:  hacktoberfest
Zds Site
Cœur du projet technique de Zeste de Savoir
Stars: ✭ 236 (-1.67%)
Mutual labels:  hacktoberfest
Juice Shop Ctf
Capture-the-Flag (CTF) environment setup tools for OWASP Juice Shop
Stars: ✭ 238 (-0.83%)
Mutual labels:  hacktoberfest
Satis
Simple static Composer repository generator - For a full private Composer repo use Private Packagist
Stars: ✭ 2,722 (+1034.17%)
Mutual labels:  hacktoberfest
Community App
This is the default web application built on top of the Apache Fineract platform. The Mifos X Web App (formerly called Community App) is maintained by the Mifos Initiative as a reference solution for the financial inclusion community. It is a Single-Page App (SPA) written in web standard technologies like JavaScript, CSS and HTML5. It leverages common popular frameworks/libraries such as AngularJS 1.5, Bootstrap and Font Awesome
Stars: ✭ 238 (-0.83%)
Mutual labels:  hacktoberfest
Gistlog
GistLog - simple, easy blogging based on GitHub gists
Stars: ✭ 237 (-1.25%)
Mutual labels:  hacktoberfest
Gulp Front
Frontend boilerplate and framework based on gulp, pug, stylus and babel
Stars: ✭ 237 (-1.25%)
Mutual labels:  hacktoberfest
Quarrel
A UWP discord client
Stars: ✭ 238 (-0.83%)
Mutual labels:  hacktoberfest
Django Rest Passwordreset
An extension of django rest framework, providing a configurable password reset strategy
Stars: ✭ 238 (-0.83%)
Mutual labels:  hacktoberfest
Hacktoberfest
A collection of words! ⭐️ it if you 👍 it !
Stars: ✭ 240 (+0%)
Mutual labels:  hacktoberfest
Mockoon
Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.
Stars: ✭ 3,448 (+1336.67%)
Mutual labels:  hacktoberfest
Worker pool
Erlang worker pool
Stars: ✭ 239 (-0.42%)
Mutual labels:  hacktoberfest
Amplitude Javascript
JavaScript SDK for Amplitude
Stars: ✭ 234 (-2.5%)
Mutual labels:  hacktoberfest
Ts Website
A website for your TeamSpeak 3 server
Stars: ✭ 239 (-0.42%)
Mutual labels:  hacktoberfest
Mond
A scripting language for .NET Core
Stars: ✭ 237 (-1.25%)
Mutual labels:  hacktoberfest
Dotnet Api Docs
.NET API reference documentation (.NET Framework, .NET Core, .NET Standard and Xamarin)
Stars: ✭ 238 (-0.83%)
Mutual labels:  hacktoberfest
Neos Ui
Neos CMS UI written in ReactJS with Immutable data structures.
Stars: ✭ 238 (-0.83%)
Mutual labels:  hacktoberfest
Tds fdw
A PostgreSQL foreign data wrapper to connect to TDS databases (Sybase and Microsoft SQL Server)
Stars: ✭ 238 (-0.83%)
Mutual labels:  hacktoberfest
Docker Registry Browser
🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.
Stars: ✭ 239 (-0.42%)
Mutual labels:  hacktoberfest

Deps.rs - Dependency status at a glance

dependency status GitHub license

A screenshot showing the deps.rs status of the libc crate

Deps.rs is a service that shows you at a glance if any of your dependencies are out of date or insecure. This works by comparing the dependencies in a project's Cargo.toml to the latest versions in the crates.io database. For security-related information, we query the RustSec Security Advisory Database.

We currently support projects and crates hosted on crates.io, Github, Gitlab and Bitbucket. To analyze the state of your dependencies you can use the following URLs:

  • for projects on crates.io: https://deps.rs/crate/<NAME>
  • for projects on Github, Gitlab or Bitbucket: https://deps.rs/repo/<HOSTER>/<USER>/<REPO> (where <HOSTER> is either github, gitlab or bitbucket)

On the analysis page, you will also find the markdown code to include a fancy badge in your project README so visitors (and you) can see at a glance if your dependencies are still up to date!

Contributing

We are always looking for help from the community! Feel like a feature is missing? Found a bug? Open an issue!

Do you want to contribute? Then browse the list of open issues and ask if you can take care of it.

Building the project

To get started on the project simply clone the repository and run the build:

git clone https://github.com/deps-rs/deps.rs
cd deps.rs
cargo run

The started development server will listen on port 8080 on localhost, so you just have to point your browser to http://localhost:8080 to see if it works.

Copyright and License

Copyright 2018 Sam Rijs and Contributors

Licensed under the Apache License, Version 2.0 (the "License"). You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].