@sprig-technologies/sprig-browser 2.24.10 → 2.25.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/LICENSE.md +10 -173
- package/dist/index.cjs +17 -17
- package/dist/index.d.ts +77 -13
- package/dist/index.js +4128 -3862
- package/package.json +1 -1
package/LICENSE.md
CHANGED
|
@@ -1,176 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
Copyright 2018 Sprig Technologies Inc.
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
THESE TERMS CAREFULLY. BY OPENING, INSTALLING OR USING THE SDK, YOU
|
|
7
|
-
AGREE TO BE BOUND BY THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL TERMS OF
|
|
8
|
-
THIS AGREEMENT, YOU MAY NOT USE THE SDK.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
you may not use this file except in compliance with the License.
|
|
5
|
+
You may obtain a copy of the License at
|
|
9
6
|
|
|
10
|
-
|
|
11
|
-
conditions contained herein, Sprig hereby grants to you a
|
|
12
|
-
non-transferable, non-exclusive license to (i) download, install,
|
|
13
|
-
modify (solely to the extent contemplated and subject to the terms
|
|
14
|
-
of your separate service agreement with Sprig for Sprig’s products
|
|
15
|
-
and services, including without limitation rate limits) and use the
|
|
16
|
-
SDK solely in connection with your authorized use of Sprig’s
|
|
17
|
-
products and services; (ii) download, install and use the SDK solely
|
|
18
|
-
to develop applications for use with Sprig’s products and services
|
|
19
|
-
(“**Licensee Applications**”; and (iii) distribute the SDK solely in
|
|
20
|
-
conjunction with and as part of Licensee Applications, in each case
|
|
21
|
-
pursuant to (and subject to the terms of) your agreement with Sprig.
|
|
22
|
-
Licensee Applications must be designed, developed, and tested to
|
|
23
|
-
function with and not degrade the functionality of Sprig’s products
|
|
24
|
-
and services. Sprig and its licensors reserve all rights not
|
|
25
|
-
expressly granted to you herein. You may make and/or simultaneously
|
|
26
|
-
use only the number of copies of the SDK paid for by you, plus you
|
|
27
|
-
may make an additional back-up copy of the SDK, provided any copies
|
|
28
|
-
must contain all of the original SDK's copyright, trademark and
|
|
29
|
-
other proprietary notices.
|
|
7
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
30
8
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
disable any copy-protection, security, or related features or
|
|
37
|
-
measures in the SDK; (c) use the SDK in any way not expressly
|
|
38
|
-
permitted under this Agreement; (d) except as authorized by Sprig,
|
|
39
|
-
provide the SDK to any third party (including any contractors,
|
|
40
|
-
agents, or advisors); (e) except as contemplated hereunder, use or
|
|
41
|
-
combine any open source software or third party materials with the
|
|
42
|
-
SDK in any manner which could subject the SDK to any open source
|
|
43
|
-
license or other third party terms or conditions; (f) use the SDK
|
|
44
|
-
for benchmarking or competitive analysis with respect to competitive
|
|
45
|
-
or related products or services, or to develop, commercialize,
|
|
46
|
-
license or sell any product, service or technology that could,
|
|
47
|
-
directly or indirectly, compete with the SDK or any of Sprig’s
|
|
48
|
-
products or services.
|
|
49
|
-
|
|
50
|
-
Any distribution of a Licensee Application shall be under the terms of
|
|
51
|
-
an End User License Agreement that contains terms which: (i) license use
|
|
52
|
-
of the SDK only as an integrated component of the Licensee Application;
|
|
53
|
-
(ii) prohibit any modifications to the SDK; (iii) prohibit any
|
|
54
|
-
distribution of the SDK separate from the Licensee Application; (iv)
|
|
55
|
-
prohibit title to the SDK passing to any party; (v) prohibit the reverse
|
|
56
|
-
engineering, disassembly or decompilation of the Code; and (vi)
|
|
57
|
-
disclaim; to the extent permitted by applicable law, all warranties by
|
|
58
|
-
Sprig and Sprig’s liability for any damages arising from the use of the
|
|
59
|
-
SDK and/or the Licensee Application.
|
|
60
|
-
|
|
61
|
-
1. **<u>Ownership</u>.** Sprig and its licensors retain all right,
|
|
62
|
-
title and interest in the SDK, and in all copies, improvements,
|
|
63
|
-
enhancements, modifications and derivative works thereof, including,
|
|
64
|
-
without limitation, all patent, copyright, trade secret, trademark
|
|
65
|
-
and database rights. The terms of this Agreement are intended to
|
|
66
|
-
benefit any third-party licensors, which may directly enforce
|
|
67
|
-
applicable terms of this Agreement to protect their interest in the
|
|
68
|
-
SDK.
|
|
69
|
-
|
|
70
|
-
2. **<u>Maintenance, Support and Updates</u>.**
|
|
71
|
-
Sprig is under no obligation to maintain or
|
|
72
|
-
support or update the SDK in any way, or to provide updates or error
|
|
73
|
-
corrections. Such services are available under the terms of Sprig’s
|
|
74
|
-
standard SDK Support Services Terms and Conditions, a current copy
|
|
75
|
-
of which is provided with the SDK. If Sprig provides you with a bug
|
|
76
|
-
fix, maintenance release or update to the SDK, it is provided to you
|
|
77
|
-
as and shall be considered subject to the terms of this license,
|
|
78
|
-
unless you receive a separate license from Sprig for that release or
|
|
79
|
-
update that expressly supersedes this Agreement.
|
|
80
|
-
|
|
81
|
-
3. **<u>Confidentiality</u>.** The SDK contains confidential and
|
|
82
|
-
proprietary information of Sprig and/or its licensors. You agree to
|
|
83
|
-
take adequate steps to protect the SDK from unauthorized disclosure
|
|
84
|
-
or use.
|
|
85
|
-
|
|
86
|
-
4. **<u>Warranty</u>**. SPRIG PROVIDES THE SDK “AS IS”AND MAKES NO
|
|
87
|
-
WARRANTY OR REPRESENTATION, EITHER EXPRESS OR IMPLIED, WITH RESPECT
|
|
88
|
-
TO THE SDK, INCLUDING, WITHOUT LIMITATION, ANY WARRANTY RELATED TO
|
|
89
|
-
THE DESIGN OR CONDITION OF THE SDK. AMAZON HEREBY EXPRESSLY
|
|
90
|
-
DISCLAIMS ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A
|
|
91
|
-
PARTICULAR PURPOSE, TITLE, OR NONINFRINGEMENT, AND SHALL HAVE NO
|
|
92
|
-
LIABILITY WHATSOEVER TO COMPANY FOR ANY DAMAGES OR CLAIMS RELATING
|
|
93
|
-
TO THE SDK.
|
|
94
|
-
|
|
95
|
-
5. **<u>Termination</u>.** This Agreement will terminate immediately
|
|
96
|
-
and automatically without notice if you breach any provision in this
|
|
97
|
-
Agreement. Upon termination you will remove all copies of the SDK or
|
|
98
|
-
any part of the SDK from any and all computer storage devices and
|
|
99
|
-
destroy the SDK. At Sprig's request, you will certify in writing to
|
|
100
|
-
Sprig that all complete and partial copies of the SDK have been
|
|
101
|
-
destroyed and that no copies remain in your possession or under your
|
|
102
|
-
control. The provisions of this Agreement, except for the license
|
|
103
|
-
grant and warranty, will survive termination.
|
|
104
|
-
|
|
105
|
-
6. **<u>LIMITED</u><u> </u><u>LIABILITY</u>.** UNDER NO CIRCUMSTANCES
|
|
106
|
-
WILL SPRIG OR ITS LICENSORS BE LIABLE FOR ANY INCIDENTAL, INDIRECT,
|
|
107
|
-
SPECIAL OR CON-SEQUENTIAL DAMAGES, INCLUDING WITHOUT LIMITATION LOSS
|
|
108
|
-
OF PROFITS, SAVINGS, BUSINESS, GOODWILL OR DATA, COST OF COVER,
|
|
109
|
-
RELIANCE DAMAGES OR ANY OTHER SIMILAR DAMAGES OR LOSS, EVEN IF THE
|
|
110
|
-
PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND
|
|
111
|
-
NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY EXCLUSIVE
|
|
112
|
-
REMEDY PROVIDED IN THIS AGREEMENT OR THE INVALIDITY OF ANY OTHER
|
|
113
|
-
PROVISION. EXCEPT AS LIMITED BY APPLICABLE LAW, SPRIG’S TOTAL
|
|
114
|
-
LIABILITY UNDER THIS AGREEMENT OR OTHERWISE SHALL IN NO EVENT EXCEED
|
|
115
|
-
$100. IF THE LIMITATIONS ON LIABILITY SET FORTH IN THIS AGREEMENT
|
|
116
|
-
ARE NOT ENFORCEABLE UNDER APPLICABLE LAW, THEN SPRIG’S LIABILITY
|
|
117
|
-
HEREUNDER SHALL BE LIMITED TO THE MAXIMUM EXTENT PERMITTED UNDER
|
|
118
|
-
APPLICABLE LAW.
|
|
119
|
-
|
|
120
|
-
7. **<u>U.S. Government Rights</u>.** The SDK and its documentation
|
|
121
|
-
are “commercial computer software”and “commercial computer software
|
|
122
|
-
documentation,”respectively, as such terms are used in FAR 12.212
|
|
123
|
-
and other relevant government procurement regulations. Any use,
|
|
124
|
-
duplication, or disclosure of the Software or its documentation by
|
|
125
|
-
or on behalf of the U.S. government is subject to restrictions as
|
|
126
|
-
set forth in this Agreement.
|
|
127
|
-
|
|
128
|
-
8. **<u>Export</u><u> </u><u>Law</u><u> </u><u>Assurances</u>**. You
|
|
129
|
-
agree to comply fully with all U.S. export laws and regulations to
|
|
130
|
-
ensure that neither the SDK nor any technical data related thereto
|
|
131
|
-
nor any direct product thereof are exported or re-exported directly
|
|
132
|
-
or indirectly in violation of, or used for any purposes prohibited
|
|
133
|
-
by, such laws and regulations.
|
|
134
|
-
|
|
135
|
-
9. **<u>Miscellaneous</u>**. You may not assign or transfer this
|
|
136
|
-
Agreement, by operation of law or otherwise, without Sprig’s prior
|
|
137
|
-
written consent, and any attempt by you to do so, without such
|
|
138
|
-
consent, will be void. Subject to the foregoing, this Agreement is
|
|
139
|
-
binding upon and will inure to the benefit of each of the parties
|
|
140
|
-
and their respective successors and permitted assigns. If any
|
|
141
|
-
provision of this Agreement is held invalid, illegal or
|
|
142
|
-
unenforceable, that provision will be enforced to the maximum extent
|
|
143
|
-
permitted by law, given the fundamental intentions of the parties,
|
|
144
|
-
and the remaining provisions of this Agreement will remain in full
|
|
145
|
-
force and effect. This Agreement is the complete and exclusive
|
|
146
|
-
agreement between the parties with respect to its subject matter and
|
|
147
|
-
supersedes all prior or contemporaneous agreements, communications
|
|
148
|
-
and understandings, both written and oral, with respect to its
|
|
149
|
-
subject matter. This Agreement may be amended or modified only by a
|
|
150
|
-
written document executed by duly authorized representatives of the
|
|
151
|
-
parties. Nothing in this Agreement will be construed to create a
|
|
152
|
-
partnership, joint venture or agency relationship between the
|
|
153
|
-
parties. Neither party will have the power to bind the other or to
|
|
154
|
-
incur obligations on the other’s behalf without such other party’s
|
|
155
|
-
prior written consent. Except as expressly set forth in this
|
|
156
|
-
Agreement, the exercise by either party of any remedy under this
|
|
157
|
-
Agreement will be without prejudice to its other remedies under this
|
|
158
|
-
Agreement or otherwise. Either party’s failure to enforce any
|
|
159
|
-
provision of this Agreement will not constitute a waiver of future
|
|
160
|
-
enforcement of that or any other provision. No waiver of any
|
|
161
|
-
provision of this Agreement will be effective unless it is in
|
|
162
|
-
writing and signed by the party granting the waiver. This Agreement
|
|
163
|
-
will be governed by and construed in accordance with the laws of the
|
|
164
|
-
State of California without giving effect to any principles of
|
|
165
|
-
conflict of laws that would lead to the application of the laws of
|
|
166
|
-
another jurisdiction. The parties expressly agree that the United
|
|
167
|
-
Nations Convention on Contracts for the International Sale of Goods
|
|
168
|
-
will not apply. Any legal action or proceeding arising under this
|
|
169
|
-
Agreement will be brought exclusively in the federal or state courts
|
|
170
|
-
located in the Northern District of California and the parties
|
|
171
|
-
irrevocably consent to the personal jurisdiction and venue therein.
|
|
172
|
-
All notices required to be sent hereunder will be in writing and
|
|
173
|
-
will be deemed to have been given when mailed by certified mail,
|
|
174
|
-
overnight express, or sent by email, with receipt confirmed. This
|
|
175
|
-
Agreement may be signed in counterparts, and electronic signatures
|
|
176
|
-
will have the same weight and effect as originals.
|
|
9
|
+
Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
See the License for the specific language governing permissions and
|
|
13
|
+
limitations under the License.
|