Skip to content

Commit 19074ac

Browse files
9.6.33
1 parent 657a0d9 commit 19074ac

File tree

69 files changed

+110
-228
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+110
-228
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ yarn-error.log*
2121
*.sln
2222
*.sw?
2323
*.map
24-
.npmrc
24+
*.properties
2525

2626
__pycache__
2727
~~*
@@ -30,6 +30,7 @@ __pycache__
3030
package-lock.json
3131
yarn.lock
3232
.git
33+
.npmrc
3334
/*.zip
3435
/*.py
3536
/*.exe

API Reference.url

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[InternetShortcut]
2-
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=9.6.32
2+
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=9.6.33

LEGAL.txt

+5-71
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
===================================================================================
2+
>>>>>>>>>>>>>>>>>>>>>>>>>> dynamsoft-javascript-barcode <<<<<<<<<<<<<<<<<<<<<<<<<<<
3+
===================================================================================
4+
15
Legal Notices:
26

37
This SDK contains parts of following softwares which are used under license.
@@ -912,76 +916,6 @@ The above copyright notice and this permission notice shall be included in all c
912916
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
913917
===================================================================================
914918

915-
===================================================================================
916-
showdown
917-
918-
MIT License
919-
Copyright (c) 2018,2021 ShowdownJS
920-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
921-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
922-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
923-
===================================================================================
924-
925-
===================================================================================
926-
highlight.js
927-
928-
BSD 3-Clause License
929-
930-
Copyright (c) 2006, Ivan Sagalaev.
931-
All rights reserved.
932-
933-
Redistribution and use in source and binary forms, with or without
934-
modification, are permitted provided that the following conditions are met:
935-
936-
* Redistributions of source code must retain the above copyright notice, this
937-
list of conditions and the following disclaimer.
938-
939-
* Redistributions in binary form must reproduce the above copyright notice,
940-
this list of conditions and the following disclaimer in the documentation
941-
and/or other materials provided with the distribution.
942-
943-
* Neither the name of the copyright holder nor the names of its
944-
contributors may be used to endorse or promote products derived from
945-
this software without specific prior written permission.
946-
947-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
948-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
949-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
950-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
951-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
952-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
953-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
954-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
955-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
956-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
957-
===================================================================================
958-
959-
===================================================================================
960-
markdown-to-html-github-style(https://github.com/KrauseFx/markdown-to-html-github-style)
961-
962-
MIT License
963-
964-
Copyright (c) 2019 Felix Krause
965-
966-
Permission is hereby granted, free of charge, to any person obtaining a copy
967-
of this software and associated documentation files (the "Software"), to deal
968-
in the Software without restriction, including without limitation the rights
969-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
970-
copies of the Software, and to permit persons to whom the Software is
971-
furnished to do so, subject to the following conditions:
972-
973-
The above copyright notice and this permission notice shall be included in all
974-
copies or substantial portions of the Software.
975-
976-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
977-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
978-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
979-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
980-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
981-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
982-
SOFTWARE.
983-
===================================================================================
984-
985919
===================================================================================
986920
localForage
987921

@@ -1036,4 +970,4 @@ Code generated by the Protocol Buffer compiler is owned by the owner
1036970
of the input file used when generating it. This code is not
1037971
standalone and requires a support library to be linked with it. This
1038972
support library is itself covered by the above license.
1039-
===================================================================================
973+
===================================================================================

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2003–2023 Dynamsoft. All Rights Reserved.
1+
Copyright © 2003–2024 Dynamsoft. All Rights Reserved.
22

33
The use of this software is governed by the Dynamsoft Terms and Conditions.
44
https://www.dynamsoft.com/barcode-reader/license-agreement/#javascript

0 commit comments

Comments
 (0)