@xpadev-net/niconicomments 0.2.50 → 0.2.52
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/README.en.md +10 -10
- package/README.md +6 -8
- package/dist/bundle.d.ts +504 -455
- package/dist/bundle.js +363 -224
- package/package.json +19 -18
package/README.en.md
CHANGED
|
@@ -11,16 +11,6 @@ Reference: https://xpadev-net.github.io/niconicomments/
|
|
|
11
11
|
Github: https://github.com/xpadev-net/niconicomments
|
|
12
12
|
npm: https://www.npmjs.com/package/@xpadev-net/niconicomments
|
|
13
13
|
|
|
14
|
-
## For users who use this library for domestic use in Japan
|
|
15
|
-
|
|
16
|
-
This library may infringe on Dwango's patents depending on how it is used
|
|
17
|
-
Please carefully review the following applicable patents and case law before using this library with caution.
|
|
18
|
-
[JP,2006-333851](https://www.j-platpat.inpit.go.jp/c1800/PU/JP-2006-333851/7294651F33633E1EBF3DEC66FAE0ECAD878D19E1829C378FC81D26BBD0A4263B/10/en)
|
|
19
|
-
[JP,2010-267283](https://www.j-platpat.inpit.go.jp/c1800/PU/JP-4734471/9085C128B7ED7D57F6C2F09D9BE4FCB496E638331DB9EC7ADE1E3A44999A3878/15/en)
|
|
20
|
-
[JP,2018-202475](https://www.j-platpat.inpit.go.jp/c1800/PU/JP-6526304/D8AF77CFB92D96C785FEECBD690C53E2F9023F1739E7A5BBDAB588E2ECAC5316/15/en)
|
|
21
|
-
[2018: Case No. Heisei 28 (wa) 38565, Patent Infringement Injunction, etc. Patent Right Civil Litigation](https://www.courts.go.jp/app/files/hanrei_jp/073/088073_hanrei.pdf)
|
|
22
|
-
[2022: Heisei 30 (ne) 10077 Appeal for Patent Infringement Injunction, etc. Patent Right Civil Litigation](https://www.courts.go.jp/app/files/hanrei_jp/418/091418_hanrei.pdf)
|
|
23
|
-
|
|
24
14
|
## Installation
|
|
25
15
|
|
|
26
16
|
```html
|
|
@@ -51,3 +41,13 @@ setInterval(
|
|
|
51
41
|
## Sample
|
|
52
42
|
|
|
53
43
|
[Sample](https://xpadev-net.github.io/niconicomments/sample/)
|
|
44
|
+
|
|
45
|
+
### For users who use this library for domestic use in Japan
|
|
46
|
+
|
|
47
|
+
This library may infringe on Dwango's patents depending on how it is used
|
|
48
|
+
Please carefully review the following applicable patents and case law before using this library with caution.
|
|
49
|
+
[JP,2006-333851](https://www.j-platpat.inpit.go.jp/c1800/PU/JP-2006-333851/7294651F33633E1EBF3DEC66FAE0ECAD878D19E1829C378FC81D26BBD0A4263B/10/en)
|
|
50
|
+
[JP,2010-267283](https://www.j-platpat.inpit.go.jp/c1800/PU/JP-4734471/9085C128B7ED7D57F6C2F09D9BE4FCB496E638331DB9EC7ADE1E3A44999A3878/15/en)
|
|
51
|
+
[JP,2018-202475](https://www.j-platpat.inpit.go.jp/c1800/PU/JP-6526304/D8AF77CFB92D96C785FEECBD690C53E2F9023F1739E7A5BBDAB588E2ECAC5316/15/en)
|
|
52
|
+
[2018: Case No. Heisei 28 (wa) 38565, Patent Infringement Injunction, etc. Patent Right Civil Litigation](https://www.courts.go.jp/app/files/hanrei_jp/073/088073_hanrei.pdf)
|
|
53
|
+
[2022: Heisei 30 (ne) 10077 Appeal for Patent Infringement Injunction, etc. Patent Right Civil Litigation](https://www.courts.go.jp/app/files/hanrei_jp/418/091418_hanrei.pdf)
|
package/README.md
CHANGED
|
@@ -12,14 +12,6 @@ Reference: https://xpadev-net.github.io/niconicomments/
|
|
|
12
12
|
Github: https://github.com/xpadev-net/niconicomments
|
|
13
13
|
npm: https://www.npmjs.com/package/@xpadev-net/niconicomments
|
|
14
14
|
|
|
15
|
-
## [重要]このライブラリを使用される方へ
|
|
16
|
-
|
|
17
|
-
ニコニコ運営が画面にコメントを流すアドオンを特許侵害だと騒ぎ立てて潰して回っているようです
|
|
18
|
-
このライブラリ本体は描画部分のみのため特許侵害に当たるとは考えていませんが、ニコニコ動画運営(とその近辺の人)に叩かれる可能性があります
|
|
19
|
-
(名前は出しませんがすでにいくつかの OSS に被害が出ています)
|
|
20
|
-
また、このライブラリを使用するかどうかに関わらず、リアルタイムでコメントを取得、画面を描画、コメントの投稿という一連の流れを実装した場合、ニコニコの特許を侵害する可能性があります
|
|
21
|
-
詳しくはこちら[ニコニコが保有する特許について](https://github.com/xpadev-net/niconicomments/blob/develop/ABOUT_PATENT.md)を参照してください
|
|
22
|
-
**※当ライブラリを削除する予定は一切ありません**
|
|
23
15
|
|
|
24
16
|
## Installation
|
|
25
17
|
|
|
@@ -51,3 +43,9 @@ setInterval(
|
|
|
51
43
|
## Sample
|
|
52
44
|
|
|
53
45
|
[サンプル](https://xpadev-net.github.io/niconicomments/sample/)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### このライブラリを使用される方へ
|
|
49
|
+
|
|
50
|
+
このライブラリを使用するかどうかに関わらず、リアルタイムでコメントを取得、画面を描画、コメントの投稿という一連の流れを実装した場合、ニコニコの特許を侵害する可能性があります
|
|
51
|
+
詳しくはこちら[ニコニコが保有する特許について](https://github.com/xpadev-net/niconicomments/blob/develop/ABOUT_PATENT.md)を参照してください
|