repository
Here are 1,794 public repositories matching this topic...
-
Updated
Jun 25, 2021 - C#
-
Updated
Jun 19, 2021 - C#
-
Updated
Jun 26, 2021 - JavaScript
I've been playing with repository code / metadata creation and this is a mistake that's bit too easy to make:
sslib_key = generate_ed25519_key()
key = Key.from_dict(sslib_key["keyid"], sslib_key) # key for public TUF metadata
signer = SSlibSigner(sslib_key) # signing key
This works just fine... and results in public metadata that includes your private key (TUF key doesn't h
-
Updated
Jan 21, 2021 - Kotlin
-
Updated
Jun 25, 2021 - Java
-
Updated
Jun 24, 2021 - Groovy
-
Updated
Oct 5, 2020 - Python
-
Updated
Jun 7, 2021 - Kotlin
-
Updated
Jul 25, 2019
-
Updated
May 31, 2020 - PHP
-
Updated
Jun 1, 2021 - Python
-
Updated
May 21, 2021 - C#
-
Updated
Jun 26, 2021 - Java
-
Updated
Jun 25, 2021 - Jinja
-
Updated
Jun 22, 2021 - JavaScript
-
Updated
Nov 27, 2020 - PHP
-
Updated
Jun 17, 2021
-
Updated
Jun 24, 2021 - C#
-
Updated
Apr 17, 2021
-
Updated
Jun 21, 2021 - JavaScript
-
Updated
Jun 26, 2021 - Shell
-
Updated
Jun 17, 2021 - Ruby
-
Updated
Jun 24, 2021 - Java
-
Updated
Jun 26, 2021 - Shell
Some packages may bundle dependencies. We could report outdatedness for these the following way: for outdated packages with single download, propagate outdated status onto the download URL. Then we could show this download specially for other packages, or even make it affect the status.
Improve this page
Add a description, image, and links to the repository topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the repository topic, visit your repo's landing page and select "manage topics."
Starting from version 12.12.0, Node.js offers built-in support for translating error stack traces using source maps - learn more here: https://medium.com/@nodejs/source-maps-in-node-js-482872b56116
Let's rework
@loopback/build
to use this new feature on recent version of Node.js, instead ofsource-map-support
module.If it's possible, then implement a fallback to npm module `source-map-s