Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libs/javascript.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@
{"id":"js.moment","imports":["moment"],"name":"moment","repo":"moment/moment","tags":["date-time"],"tech":["utils"],"status":"model-ready"},
{"id":"js.node-datetime","imports":["node-datime"],"name":"node-datetime","repo":"voltrue2/node-datetime","tags":["date-time"],"tech":["utils"],"status":"model-ready"},
{"id":"js.q","imports":["q"],"name":"q","repo":"kriskowal/q","tags":["promises"],"tech":["utils"],"status":"model-ready"},
{"id":"js.underscore","imports":["underscore"],"name":"underscore","repo":"jashkenas/underscore","tags":["toolkit"],"tech":["utils"],"status":"model-ready"},
{"id":"js.ramda","imports":["ramda"],"name":"ramda","repo":"ramda/ramda","tags":["toolkit"],"tech":["utils","functional"],"status":"awaiting-model"}
{"id":"js.ramda","imports":["ramda"],"name":"ramda","repo":"ramda/ramda","tags":["toolkit"],"tech":["utils","functional"],"status":"awaiting-model"},
{"id":"js.underscore","imports":["underscore"],"name":"underscore","repo":"jashkenas/underscore","tags":["toolkit"],"tech":["utils"],"status":"model-ready"}
]
1 change: 1 addition & 0 deletions libs/swift.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
{"id":"swift.vpnon-kit","imports":["VPNOnKit"],"name":"VPNOnKit","repo":"lexrus/VPNOn","tags":["vpn"],"tech":["networking"],"status":"model-ready"},
{"id":"swift.heimdallr","imports":["heimdallr"],"name":"heimdallr","repo":"trivago/Heimdallr.swift","tags":["oauth-client"],"tech":["security"],"status":"model-ready"},
{"id":"swift.oauth2","imports":["oauth2"],"name":"oauth2","repo":"p2/OAuth2","tags":["oauth-client"],"tech":["security"],"status":"model-ready"},
{"id":"swift.secure-property-storage","imports":["Storage","Inject","Keychain","Singleton","UserDefault"],"name":"SecurePropertyStorage","repo":"alexruperez/SecurePropertyStorage","tags":["properties","cryptography","store-passwords"],"tech":["security"],"status":"awaiting-model"},
{"id":"swift.swift-gen-kit","imports":["SwiftGenKit"],"name":"SwiftGenKit","repo":"SwiftGen/SwiftGen","tags":["templates"],"tech":["swift-web"],"status":"model-ready"},
{"id":"swift.vapor","imports":["Vapor"],"name":"Vapor","repo":"vapor/vapor","tags":["framework"],"tech":["swift-web"],"status":"model-ready"},
{"id":"swift.quick","imports":["Quick"],"name":"Quick","repo":"Quick/Quick","tags":["framework"],"tech":["testing"],"status":"model-ready"},
Expand Down
1 change: 1 addition & 0 deletions technologies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,7 @@
"cryptography",
"oauth-client",
"password-strength",
"properties",
"secrets-management",
"self-protection",
"ssl",
Expand Down
6 changes: 3 additions & 3 deletions tools/coverage/libstats.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ window.libStats = [
],
[
"JavaScript",
107
108
],
[
"Kotlin",
Expand All @@ -57,7 +57,7 @@ window.libStats = [
],
[
"Python",
205
207
],
[
"Ruby",
Expand All @@ -73,7 +73,7 @@ window.libStats = [
],
[
"Swift",
38
39
]
];

Expand Down