@skarn-security/skarn-darwin-x64 0.28.0 → 0.30.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.
package/EULA.md CHANGED
@@ -92,7 +92,7 @@ You shall comply with applicable export-control and sanctions laws in your use o
92
92
 
93
93
  ## 16. General
94
94
 
95
- This Agreement is the entire agreement between you and the Licensor regarding the Software and supersedes prior discussions on that subject; where you hold a separately negotiated written agreement with the Licensor covering the Software, that agreement prevails to the extent of any conflict. The Licensor may publish revised versions of this Agreement at https://getskarn.com/terms/; the version and date at the top identify the terms in force. Renewal of a License Token, or continued use of the Software after a revised version is published, constitutes acceptance of the revised terms. If a provision is held unenforceable, the remainder stays in effect. A failure to enforce a provision is not a waiver. You may not assign this Agreement without the Licensor's written consent; the Licensor may assign this Agreement, in whole, to a successor of the business, with the assignment taking effect on notice published at https://getskarn.com/terms/. Red Black Tree d.o.o. Čačak, Republic of Serbia, the original Licensor, assigned this Agreement and the Software to Skarn Software OÜ by notice published there on 2026-08-27; from that date Skarn Software OÜ is the Licensor under every license granted under this Agreement, including licenses accepted before the assignment. This Agreement does not limit any rights you hold as a consumer that cannot be limited under applicable law.
95
+ This Agreement is the entire agreement between you and the Licensor regarding the Software and supersedes prior discussions on that subject; where you hold a separately negotiated written agreement with the Licensor covering the Software, that agreement prevails to the extent of any conflict. The Licensor may publish revised versions of this Agreement at https://getskarn.com/terms/; the version and date at the top identify the terms in force. Renewal of a License Token, or continued use of the Software after a revised version is published, constitutes acceptance of the revised terms. If a provision is held unenforceable, the remainder stays in effect. A failure to enforce a provision is not a waiver. You may not assign this Agreement without the Licensor's written consent; the Licensor may assign this Agreement, in whole, to a successor of the business, with the assignment taking effect on notice published at https://getskarn.com/terms/. This Agreement does not limit any rights you hold as a consumer that cannot be limited under applicable law.
96
96
 
97
97
  ## 17. Governing law and venue
98
98
 
@@ -52,6 +52,22 @@ POSSIBILITY OF SUCH DAMAGE.
52
52
 
53
53
  The vendored SQLite amalgamation is compiled into the Skarn binary to read Cursor and VS Code session stores. SQLite is in the public domain and requires no license or attribution; it is listed here for completeness.
54
54
 
55
+ ## Brand fonts
56
+
57
+ The notices in this section cover the typefaces the Skarn brand surfaces embed, not the Skarn binary, which embeds no font and uses system stacks. getskarn.com self-hosts the IBM Plex woff2 files, and the document surface inlines IBM Plex Sans, IBM Plex Mono and Inter into each rendered page as woff2 data URIs. Embedding a font as a data URI is a permitted use under the SIL Open Font License 1.1, which requires the copyright notice and licence to travel with the font and forbids selling the font by itself.
58
+
59
+ ### IBM Plex
60
+
61
+ - Project: https://github.com/IBM/plex
62
+ - License: SIL Open Font License 1.1 (https://openfontlicense.org)
63
+ - Copyright 2017 IBM Corp.
64
+
65
+ ### Inter
66
+
67
+ - Project: https://github.com/rsms/inter
68
+ - License: SIL Open Font License 1.1 (https://openfontlicense.org)
69
+ - Copyright 2016 The Inter Project Authors
70
+
55
71
  ## Detection rules
56
72
 
57
73
  Skarn's bundled community detection rules were adapted from the open-source secret-detection projects listed below. Their license terms require that the attribution and license text be retained in redistribution; they are reproduced here. These notices apply only to the detection-rule patterns adapted from each project, not to Skarn itself.
package/bin/skarn CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skarn-security/skarn-darwin-x64",
3
- "version": "0.28.0",
3
+ "version": "0.30.0",
4
4
  "description": "Skarn prebuilt binary for macOS x64 (Intel). Installed automatically by @skarn-security/skarn; do not depend on it directly.",
5
5
  "homepage": "https://getskarn.com",
6
6
  "license": "SEE LICENSE IN EULA.md",