@integry/sdk 0.0.90 → 0.0.94

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.
@@ -447,396 +447,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
447
447
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
448
448
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
449
449
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
450
- SOFTWARE.
451
-
452
-
453
- ---
454
-
455
- Name: dompurify
456
- Version: 2.3.1
457
- License: (MPL-2.0 OR Apache-2.0)
458
- Private: false
459
- Description: DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. It's written in JavaScript and works in all modern browsers (Safari, Opera (15+), Internet Explorer (10+), Firefox and Chrome - as well as almost anything else using Blink or WebKit). DOMPurify is written by security people who have vast background in web attacks and XSS. Fear not.
460
- Repository: git://github.com/cure53/DOMPurify.git
461
- Homepage: https://github.com/cure53/DOMPurify
462
- Author: Mario Heiderich <mario@cure53.de> (https://cure53.de/)
463
- License Copyright:
464
- ===
465
-
466
- DOMPurify
467
- Copyright 2015 Mario Heiderich
468
-
469
- DOMPurify is free software; you can redistribute it and/or modify it under the
470
- terms of either:
471
-
472
- a) the Apache License Version 2.0, or
473
- b) the Mozilla Public License Version 2.0
474
-
475
- -----------------------------------------------------------------------------
476
-
477
- Licensed under the Apache License, Version 2.0 (the "License");
478
- you may not use this file except in compliance with the License.
479
- You may obtain a copy of the License at
480
-
481
- http://www.apache.org/licenses/LICENSE-2.0
482
-
483
- Unless required by applicable law or agreed to in writing, software
484
- distributed under the License is distributed on an "AS IS" BASIS,
485
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
486
- See the License for the specific language governing permissions and
487
- limitations under the License.
488
-
489
- -----------------------------------------------------------------------------
490
- Mozilla Public License, version 2.0
491
-
492
- 1. Definitions
493
-
494
- 1.1. “Contributor”
495
-
496
- means each individual or legal entity that creates, contributes to the
497
- creation of, or owns Covered Software.
498
-
499
- 1.2. “Contributor Version”
500
-
501
- means the combination of the Contributions of others (if any) used by a
502
- Contributor and that particular Contributor’s Contribution.
503
-
504
- 1.3. “Contribution”
505
-
506
- means Covered Software of a particular Contributor.
507
-
508
- 1.4. “Covered Software”
509
-
510
- means Source Code Form to which the initial Contributor has attached the
511
- notice in Exhibit A, the Executable Form of such Source Code Form, and
512
- Modifications of such Source Code Form, in each case including portions
513
- thereof.
514
-
515
- 1.5. “Incompatible With Secondary Licenses”
516
- means
517
-
518
- a. that the initial Contributor has attached the notice described in
519
- Exhibit B to the Covered Software; or
520
-
521
- b. that the Covered Software was made available under the terms of version
522
- 1.1 or earlier of the License, but not also under the terms of a
523
- Secondary License.
524
-
525
- 1.6. “Executable Form”
526
-
527
- means any form of the work other than Source Code Form.
528
-
529
- 1.7. “Larger Work”
530
-
531
- means a work that combines Covered Software with other material, in a separate
532
- file or files, that is not Covered Software.
533
-
534
- 1.8. “License”
535
-
536
- means this document.
537
-
538
- 1.9. “Licensable”
539
-
540
- means having the right to grant, to the maximum extent possible, whether at the
541
- time of the initial grant or subsequently, any and all of the rights conveyed by
542
- this License.
543
-
544
- 1.10. “Modifications”
545
-
546
- means any of the following:
547
-
548
- a. any file in Source Code Form that results from an addition to, deletion
549
- from, or modification of the contents of Covered Software; or
550
-
551
- b. any new file in Source Code Form that contains any Covered Software.
552
-
553
- 1.11. “Patent Claims” of a Contributor
554
-
555
- means any patent claim(s), including without limitation, method, process,
556
- and apparatus claims, in any patent Licensable by such Contributor that
557
- would be infringed, but for the grant of the License, by the making,
558
- using, selling, offering for sale, having made, import, or transfer of
559
- either its Contributions or its Contributor Version.
560
-
561
- 1.12. “Secondary License”
562
-
563
- means either the GNU General Public License, Version 2.0, the GNU Lesser
564
- General Public License, Version 2.1, the GNU Affero General Public
565
- License, Version 3.0, or any later versions of those licenses.
566
-
567
- 1.13. “Source Code Form”
568
-
569
- means the form of the work preferred for making modifications.
570
-
571
- 1.14. “You” (or “Your”)
572
-
573
- means an individual or a legal entity exercising rights under this
574
- License. For legal entities, “You” includes any entity that controls, is
575
- controlled by, or is under common control with You. For purposes of this
576
- definition, “control” means (a) the power, direct or indirect, to cause
577
- the direction or management of such entity, whether by contract or
578
- otherwise, or (b) ownership of more than fifty percent (50%) of the
579
- outstanding shares or beneficial ownership of such entity.
580
-
581
-
582
- 2. License Grants and Conditions
583
-
584
- 2.1. Grants
585
-
586
- Each Contributor hereby grants You a world-wide, royalty-free,
587
- non-exclusive license:
588
-
589
- a. under intellectual property rights (other than patent or trademark)
590
- Licensable by such Contributor to use, reproduce, make available,
591
- modify, display, perform, distribute, and otherwise exploit its
592
- Contributions, either on an unmodified basis, with Modifications, or as
593
- part of a Larger Work; and
594
-
595
- b. under Patent Claims of such Contributor to make, use, sell, offer for
596
- sale, have made, import, and otherwise transfer either its Contributions
597
- or its Contributor Version.
598
-
599
- 2.2. Effective Date
600
-
601
- The licenses granted in Section 2.1 with respect to any Contribution become
602
- effective for each Contribution on the date the Contributor first distributes
603
- such Contribution.
604
-
605
- 2.3. Limitations on Grant Scope
606
-
607
- The licenses granted in this Section 2 are the only rights granted under this
608
- License. No additional rights or licenses will be implied from the distribution
609
- or licensing of Covered Software under this License. Notwithstanding Section
610
- 2.1(b) above, no patent license is granted by a Contributor:
611
-
612
- a. for any code that a Contributor has removed from Covered Software; or
613
-
614
- b. for infringements caused by: (i) Your and any other third party’s
615
- modifications of Covered Software, or (ii) the combination of its
616
- Contributions with other software (except as part of its Contributor
617
- Version); or
618
-
619
- c. under Patent Claims infringed by Covered Software in the absence of its
620
- Contributions.
621
-
622
- This License does not grant any rights in the trademarks, service marks, or
623
- logos of any Contributor (except as may be necessary to comply with the
624
- notice requirements in Section 3.4).
625
-
626
- 2.4. Subsequent Licenses
627
-
628
- No Contributor makes additional grants as a result of Your choice to
629
- distribute the Covered Software under a subsequent version of this License
630
- (see Section 10.2) or under the terms of a Secondary License (if permitted
631
- under the terms of Section 3.3).
632
-
633
- 2.5. Representation
634
-
635
- Each Contributor represents that the Contributor believes its Contributions
636
- are its original creation(s) or it has sufficient rights to grant the
637
- rights to its Contributions conveyed by this License.
638
-
639
- 2.6. Fair Use
640
-
641
- This License is not intended to limit any rights You have under applicable
642
- copyright doctrines of fair use, fair dealing, or other equivalents.
643
-
644
- 2.7. Conditions
645
-
646
- Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in
647
- Section 2.1.
648
-
649
-
650
- 3. Responsibilities
651
-
652
- 3.1. Distribution of Source Form
653
-
654
- All distribution of Covered Software in Source Code Form, including any
655
- Modifications that You create or to which You contribute, must be under the
656
- terms of this License. You must inform recipients that the Source Code Form
657
- of the Covered Software is governed by the terms of this License, and how
658
- they can obtain a copy of this License. You may not attempt to alter or
659
- restrict the recipients’ rights in the Source Code Form.
660
-
661
- 3.2. Distribution of Executable Form
662
-
663
- If You distribute Covered Software in Executable Form then:
664
-
665
- a. such Covered Software must also be made available in Source Code Form,
666
- as described in Section 3.1, and You must inform recipients of the
667
- Executable Form how they can obtain a copy of such Source Code Form by
668
- reasonable means in a timely manner, at a charge no more than the cost
669
- of distribution to the recipient; and
670
-
671
- b. You may distribute such Executable Form under the terms of this License,
672
- or sublicense it under different terms, provided that the license for
673
- the Executable Form does not attempt to limit or alter the recipients’
674
- rights in the Source Code Form under this License.
675
-
676
- 3.3. Distribution of a Larger Work
677
-
678
- You may create and distribute a Larger Work under terms of Your choice,
679
- provided that You also comply with the requirements of this License for the
680
- Covered Software. If the Larger Work is a combination of Covered Software
681
- with a work governed by one or more Secondary Licenses, and the Covered
682
- Software is not Incompatible With Secondary Licenses, this License permits
683
- You to additionally distribute such Covered Software under the terms of
684
- such Secondary License(s), so that the recipient of the Larger Work may, at
685
- their option, further distribute the Covered Software under the terms of
686
- either this License or such Secondary License(s).
687
-
688
- 3.4. Notices
689
-
690
- You may not remove or alter the substance of any license notices (including
691
- copyright notices, patent notices, disclaimers of warranty, or limitations
692
- of liability) contained within the Source Code Form of the Covered
693
- Software, except that You may alter any license notices to the extent
694
- required to remedy known factual inaccuracies.
695
-
696
- 3.5. Application of Additional Terms
697
-
698
- You may choose to offer, and to charge a fee for, warranty, support,
699
- indemnity or liability obligations to one or more recipients of Covered
700
- Software. However, You may do so only on Your own behalf, and not on behalf
701
- of any Contributor. You must make it absolutely clear that any such
702
- warranty, support, indemnity, or liability obligation is offered by You
703
- alone, and You hereby agree to indemnify every Contributor for any
704
- liability incurred by such Contributor as a result of warranty, support,
705
- indemnity or liability terms You offer. You may include additional
706
- disclaimers of warranty and limitations of liability specific to any
707
- jurisdiction.
708
-
709
- 4. Inability to Comply Due to Statute or Regulation
710
-
711
- If it is impossible for You to comply with any of the terms of this License
712
- with respect to some or all of the Covered Software due to statute, judicial
713
- order, or regulation then You must: (a) comply with the terms of this License
714
- to the maximum extent possible; and (b) describe the limitations and the code
715
- they affect. Such description must be placed in a text file included with all
716
- distributions of the Covered Software under this License. Except to the
717
- extent prohibited by statute or regulation, such description must be
718
- sufficiently detailed for a recipient of ordinary skill to be able to
719
- understand it.
720
-
721
- 5. Termination
722
-
723
- 5.1. The rights granted under this License will terminate automatically if You
724
- fail to comply with any of its terms. However, if You become compliant,
725
- then the rights granted under this License from a particular Contributor
726
- are reinstated (a) provisionally, unless and until such Contributor
727
- explicitly and finally terminates Your grants, and (b) on an ongoing basis,
728
- if such Contributor fails to notify You of the non-compliance by some
729
- reasonable means prior to 60 days after You have come back into compliance.
730
- Moreover, Your grants from a particular Contributor are reinstated on an
731
- ongoing basis if such Contributor notifies You of the non-compliance by
732
- some reasonable means, this is the first time You have received notice of
733
- non-compliance with this License from such Contributor, and You become
734
- compliant prior to 30 days after Your receipt of the notice.
735
-
736
- 5.2. If You initiate litigation against any entity by asserting a patent
737
- infringement claim (excluding declaratory judgment actions, counter-claims,
738
- and cross-claims) alleging that a Contributor Version directly or
739
- indirectly infringes any patent, then the rights granted to You by any and
740
- all Contributors for the Covered Software under Section 2.1 of this License
741
- shall terminate.
742
-
743
- 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user
744
- license agreements (excluding distributors and resellers) which have been
745
- validly granted by You or Your distributors under this License prior to
746
- termination shall survive termination.
747
-
748
- 6. Disclaimer of Warranty
749
-
750
- Covered Software is provided under this License on an “as is” basis, without
751
- warranty of any kind, either expressed, implied, or statutory, including,
752
- without limitation, warranties that the Covered Software is free of defects,
753
- merchantable, fit for a particular purpose or non-infringing. The entire
754
- risk as to the quality and performance of the Covered Software is with You.
755
- Should any Covered Software prove defective in any respect, You (not any
756
- Contributor) assume the cost of any necessary servicing, repair, or
757
- correction. This disclaimer of warranty constitutes an essential part of this
758
- License. No use of any Covered Software is authorized under this License
759
- except under this disclaimer.
760
-
761
- 7. Limitation of Liability
762
-
763
- Under no circumstances and under no legal theory, whether tort (including
764
- negligence), contract, or otherwise, shall any Contributor, or anyone who
765
- distributes Covered Software as permitted above, be liable to You for any
766
- direct, indirect, special, incidental, or consequential damages of any
767
- character including, without limitation, damages for lost profits, loss of
768
- goodwill, work stoppage, computer failure or malfunction, or any and all
769
- other commercial damages or losses, even if such party shall have been
770
- informed of the possibility of such damages. This limitation of liability
771
- shall not apply to liability for death or personal injury resulting from such
772
- party’s negligence to the extent applicable law prohibits such limitation.
773
- Some jurisdictions do not allow the exclusion or limitation of incidental or
774
- consequential damages, so this exclusion and limitation may not apply to You.
775
-
776
- 8. Litigation
777
-
778
- Any litigation relating to this License may be brought only in the courts of
779
- a jurisdiction where the defendant maintains its principal place of business
780
- and such litigation shall be governed by laws of that jurisdiction, without
781
- reference to its conflict-of-law provisions. Nothing in this Section shall
782
- prevent a party’s ability to bring cross-claims or counter-claims.
783
-
784
- 9. Miscellaneous
785
-
786
- This License represents the complete agreement concerning the subject matter
787
- hereof. If any provision of this License is held to be unenforceable, such
788
- provision shall be reformed only to the extent necessary to make it
789
- enforceable. Any law or regulation which provides that the language of a
790
- contract shall be construed against the drafter shall not be used to construe
791
- this License against a Contributor.
792
-
793
-
794
- 10. Versions of the License
795
-
796
- 10.1. New Versions
797
-
798
- Mozilla Foundation is the license steward. Except as provided in Section
799
- 10.3, no one other than the license steward has the right to modify or
800
- publish new versions of this License. Each version will be given a
801
- distinguishing version number.
802
-
803
- 10.2. Effect of New Versions
804
-
805
- You may distribute the Covered Software under the terms of the version of
806
- the License under which You originally received the Covered Software, or
807
- under the terms of any subsequent version published by the license
808
- steward.
809
-
810
- 10.3. Modified Versions
811
-
812
- If you create software not governed by this License, and you want to
813
- create a new license for such software, you may create and use a modified
814
- version of this License if you rename the license and remove any
815
- references to the name of the license steward (except to note that such
816
- modified license differs from this License).
817
-
818
- 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses
819
- If You choose to distribute Source Code Form that is Incompatible With
820
- Secondary Licenses under the terms of this version of the License, the
821
- notice described in Exhibit B of this License must be attached.
822
-
823
- Exhibit A - Source Code Form License Notice
824
-
825
- This Source Code Form is subject to the
826
- terms of the Mozilla Public License, v.
827
- 2.0. If a copy of the MPL was not
828
- distributed with this file, You can
829
- obtain one at
830
- http://mozilla.org/MPL/2.0/.
831
-
832
- If it is not possible or desirable to put the notice in a particular file, then
833
- You may include the notice in a location (such as a LICENSE file in a relevant
834
- directory) where a recipient would be likely to look for such a notice.
835
-
836
- You may add additional accurate notices of copyright ownership.
837
-
838
- Exhibit B - “Incompatible With Secondary Licenses” Notice
839
-
840
- This Source Code Form is “Incompatible
841
- With Secondary Licenses”, as defined by
842
- the Mozilla Public License, v. 2.0.
450
+ SOFTWARE.