yarn-audit-wrap 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/yarn_audit_wrap +7 -2
- data/lib/yarn/audit/wrap/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b3e18ce1674b0cdd930cc3ff86948c3778de6ba52f50cafefcc28a178332f35
|
|
4
|
+
data.tar.gz: a9b19eb43e108f46270c3845bb076fe6f838224e0f1e4950df2b9a442f7397fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f9f7c7cf2df004ab4c83a8b474c41edd20b237804c10aa1f30c4f37a93eee88a98bae67aad93b7d09e05437a639c3ef9cc781b0077c8f63af21ebbee41e0765
|
|
7
|
+
data.tar.gz: 00bcacd97be20b8720612e205b395cc5d3efde095971df572c4d3aef1aa647810be5ac68ad14b491e073a6c86741b3879980be363ac4f26fb223bfd8a7b2eea6
|
data/bin/yarn_audit_wrap
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
2
|
|
|
3
3
|
require "yarn/audit/wrap.rb"
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
|
|
5
|
+
begin
|
|
6
|
+
require "pry"
|
|
7
|
+
require "debug"
|
|
8
|
+
rescue
|
|
9
|
+
# Do nothing if debugging libs aren't available.
|
|
10
|
+
end
|
|
6
11
|
|
|
7
12
|
begin
|
|
8
13
|
main = Yarn::Audit::Wrap::Main.new(ARGV)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yarn-audit-wrap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eddy Kim
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-02-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|