We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b23e82 + bff5cf3 commit 519b497Copy full SHA for 519b497
Formula/n/npq.rb
@@ -1,12 +1,12 @@
1
class Npq < Formula
2
desc "Audit npm packages before you install them"
3
homepage "https://github.com/lirantal/npq"
4
- url "https://registry.npmjs.org/npq/-/npq-3.14.0.tgz"
5
- sha256 "5db73e515b9987b4bce6cd461cce3494e086d1dfa8d9ade9222bf4e64129006d"
+ url "https://registry.npmjs.org/npq/-/npq-3.15.2.tgz"
+ sha256 "fa08b543f4d0fe54cc47bd0105447eca6b17eb2b6e1604556804c5b47f9b148c"
6
license "Apache-2.0"
7
8
bottle do
9
- sha256 cellar: :any_skip_relocation, all: "9f9b7a3f021dbb34be70405c2392e2b1f0486aeb762d238fa6f3bd6426a23485"
+ sha256 cellar: :any_skip_relocation, all: "39d102ebdbe8640bec223309868779775e911f0ae171916544e3504ba27261c4"
10
end
11
12
depends_on "node"
0 commit comments