dependencies
A package manager or package management system is a collection of software tools that automate the process of installing, upgrading, configuring, or removing computer programs for a computer's operating system in a consistent manner.
Here are 669 public repositories matching this topic...
-
Updated
Oct 29, 2020 - TypeScript
Replace url.parse
url.parse is deprecated, and is likely to be removed in a new version of Node.js
Use of the legacy
url.parse()method is discouraged. Users should use the WHATWGURLAPI. Because theurl.parse()method uses a lenient, non-standard algorithm for parsing URL strings, security issues can be introduced. Specifically, issues with host name spoofing and incorrect handling of usernames and p
Is your feature request related to a problem? Please describe.
Not related to a problem
Describe the solution you'd like
We opened #808 to discuss how we might use GitHub actions. At the time, this repo didn't have actions enabled. Now that it does, we should try them out for some of the things in that thread.
_Edit from @arschles - we have focused this issue to just the twitte
-
Updated
Nov 19, 2020 - TypeScript
While inspecting the installer, I noticed the fallbacks for Linux / OSX when appdirs isn't available (in data_dir()).
Wouldn't it make sense to add an if for Windows based on %APPDATA% or %LOCALAPPDATA%, before resorting to globally installing appdirs?
-
Updated
May 30, 2020 - JavaScript
-
Updated
Nov 23, 2020 - JavaScript
-
Updated
Nov 23, 2020 - Erlang
-
Updated
Aug 12, 2020 - Scala
There are about ~240 URLs and licenses listed at https://directory.fsf.org/wiki?title=Category:License
We should:
- ensure that we can detect all of them
- ensure that we can detect their URL
We should also add as an "other_urls" ech URL to the corresponding license YAML
-
Updated
Nov 25, 2020 - Ruby
-
Updated
Apr 12, 2018 - Go
-
Updated
Nov 20, 2020 - Ruby
It's very common for people to create a venv or .venv folder, using virtualenv or python -m venv, alongside the requirements.txt file for Python
'venv requirements.txt' # virtualenv (python)
'.venv requirements.txt' # virtualenv (python)
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Mar 17, 2019 - Swift
-
Updated
Sep 14, 2020 - TypeScript
-
Updated
Nov 23, 2020 - CMake
-
Updated
Feb 24, 2020 - JavaScript
The code at
can be simplified now that Stack 2.3.1 supports ls dependencies json.
-
Updated
Sep 19, 2020 - Go
-
Updated
Sep 17, 2020 - TypeScript
-
Updated
Sep 30, 2020 - Java
-
Updated
Oct 30, 2020 - Vue
-
Updated
Sep 24, 2019 - JavaScript
Describe the bug
It surprised me as well, but apparently NPM is case sensitive
https://www.npmjs.com/package/webStorage
https://www.npmjs.com/package/webstorage
To Reproduce
https://bundlephobia.com/result?p=webStorage
Expected behavior
I should be shown stats for
webStoragepackage, but I seewebstorageinstead.