@papaemmelab/isabl-web 0.3.41 → 0.3.43
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/LICENSE +1 -1
- package/README.md +5 -5
- package/dist/isabl-web.common.js +11997 -8498
- package/dist/isabl-web.umd.js +11997 -8498
- package/dist/isabl-web.umd.min.js +15 -15
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -19,4 +19,4 @@ The content and design of Software are protected by U.S. and international copyr
|
|
|
19
19
|
|
|
20
20
|
**“Memorial Sloan Kettering Cancer Center”** is a service mark of Memorial Sloan Kettering Cancer Center, 1275 York Avenue, New York, NY 10065. You agree not to use any trademarks or service marks of MSK other than within, and as they appear in, the Software or the copyright notice without MSK’s prior written consent. You further agree that you will not use the Software in any way that causes, or may cause, damage to the reputation, business, or goodwill of MSK.
|
|
21
21
|
|
|
22
|
-
**©
|
|
22
|
+
**© 2025 Memorial Sloan Kettering Cancer Center**
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Isabl Web 🍬
|
|
4
4
|
|
|
5
|
-
[](https://badge.fury.io/js/@papaemmelab%2Fisabl-web)
|
|
6
6
|
[](https://www.jsdelivr.com/package/npm/isabl-web)
|
|
7
7
|
[![travis badge][travis_badge]][travis_base]
|
|
8
8
|
[![codecov badge][codecov_badge]][codecov_base]
|
|
@@ -34,10 +34,10 @@ Isabl was created at [Elli Papaemmanuil's lab].
|
|
|
34
34
|
[Vue.js]: https://vuejs.org/
|
|
35
35
|
[documentation]: https://docs.isabl.io
|
|
36
36
|
[contributing guidelines]: https://docs.isabl.io/contributing-guide
|
|
37
|
-
[travis_badge]: https://travis-ci.com/
|
|
38
|
-
[travis_base]: https://travis-ci.com/
|
|
39
|
-
[codecov_badge]: https://codecov.io/
|
|
40
|
-
[codecov_base]: https://codecov.io/gh/
|
|
37
|
+
[travis_badge]: https://app.travis-ci.com/papaemmelab/isabl_web.svg?token=P6GGbmdLPwysz69FFv2X&branch=master
|
|
38
|
+
[travis_base]: https://app.travis-ci.com/papaemmelab/isabl_web
|
|
39
|
+
[codecov_badge]: https://codecov.io/gh/papaemmelab/isabl_web/graph/badge.svg?token=OWWLDGVFJ5
|
|
40
|
+
[codecov_base]: https://codecov.io/gh/papaemmelab/isabl_web
|
|
41
41
|
[prettier_badge]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square
|
|
42
42
|
[prettier_base]: https://github.com/prettier/prettier
|
|
43
43
|
[Elli Papaemmanuil's lab]: https://www.mskcc.org/research-areas/labs/elli-papaemmanuilil
|