@createiq/frontend-licenses 1.0.76 → 1.0.78
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/dist/index.cjs +43 -34
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +43 -34
- package/dist/index.js.map +1 -1
- package/oss-licenses.json +43 -34
- package/oss-licenses.json.sha256 +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2472,49 +2472,29 @@ var oss_licenses_default = [
|
|
|
2472
2472
|
copyrightText: "Copyright (c) 2018 Mark Erikson"
|
|
2473
2473
|
},
|
|
2474
2474
|
{
|
|
2475
|
-
name: "@sentry
|
|
2476
|
-
author: "Sentry",
|
|
2477
|
-
website: "https://github.com/getsentry/sentry-javascript/tree/master/packages/browser-utils",
|
|
2478
|
-
licenses: {
|
|
2479
|
-
license: "MIT"
|
|
2480
|
-
},
|
|
2481
|
-
licenseText: 'MIT License\n\nCopyright (c) 2020 Functional Software, Inc. dba Sentry\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
|
|
2482
|
-
copyrightText: "Copyright (c) 2020 Functional Software, Inc. dba Sentry"
|
|
2483
|
-
},
|
|
2484
|
-
{
|
|
2485
|
-
name: "@sentry-internal/feedback",
|
|
2486
|
-
author: "Sentry",
|
|
2487
|
-
website: "https://github.com/getsentry/sentry-javascript/tree/master/packages/feedback",
|
|
2488
|
-
licenses: {
|
|
2489
|
-
license: "MIT"
|
|
2490
|
-
},
|
|
2491
|
-
licenseText: 'MIT License\n\nCopyright (c) 2023 Functional Software, Inc. dba Sentry\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
|
|
2492
|
-
copyrightText: "Copyright (c) 2023 Functional Software, Inc. dba Sentry"
|
|
2493
|
-
},
|
|
2494
|
-
{
|
|
2495
|
-
name: "@sentry-internal/replay",
|
|
2475
|
+
name: "@sentry/browser",
|
|
2496
2476
|
author: "Sentry",
|
|
2497
|
-
website: "https://
|
|
2477
|
+
website: "https://github.com/getsentry/sentry-javascript/tree/master/packages/browser",
|
|
2498
2478
|
licenses: {
|
|
2499
2479
|
license: "MIT"
|
|
2500
2480
|
},
|
|
2501
|
-
licenseText: 'MIT License\n\nCopyright (c)
|
|
2502
|
-
copyrightText: "Copyright (c)
|
|
2481
|
+
licenseText: 'MIT License\n\nCopyright (c) 2019 Functional Software, Inc. dba Sentry\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
|
|
2482
|
+
copyrightText: "Copyright (c) 2019 Functional Software, Inc. dba Sentry"
|
|
2503
2483
|
},
|
|
2504
2484
|
{
|
|
2505
|
-
name: "@sentry
|
|
2485
|
+
name: "@sentry/browser-utils",
|
|
2506
2486
|
author: "Sentry",
|
|
2507
|
-
website: "https://
|
|
2487
|
+
website: "https://github.com/getsentry/sentry-javascript/tree/master/packages/browser-utils",
|
|
2508
2488
|
licenses: {
|
|
2509
2489
|
license: "MIT"
|
|
2510
2490
|
},
|
|
2511
|
-
licenseText: 'MIT License\n\nCopyright (c)
|
|
2512
|
-
copyrightText: "Copyright (c)
|
|
2491
|
+
licenseText: 'MIT License\n\nCopyright (c) 2020 Functional Software, Inc. dba Sentry\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
|
|
2492
|
+
copyrightText: "Copyright (c) 2020 Functional Software, Inc. dba Sentry"
|
|
2513
2493
|
},
|
|
2514
2494
|
{
|
|
2515
|
-
name: "@sentry/
|
|
2495
|
+
name: "@sentry/core",
|
|
2516
2496
|
author: "Sentry",
|
|
2517
|
-
website: "https://github.com/getsentry/sentry-javascript/tree/master/packages/
|
|
2497
|
+
website: "https://github.com/getsentry/sentry-javascript/tree/master/packages/core",
|
|
2518
2498
|
licenses: {
|
|
2519
2499
|
license: "MIT"
|
|
2520
2500
|
},
|
|
@@ -2522,14 +2502,14 @@ var oss_licenses_default = [
|
|
|
2522
2502
|
copyrightText: "Copyright (c) 2019 Functional Software, Inc. dba Sentry"
|
|
2523
2503
|
},
|
|
2524
2504
|
{
|
|
2525
|
-
name: "@sentry/
|
|
2505
|
+
name: "@sentry/feedback",
|
|
2526
2506
|
author: "Sentry",
|
|
2527
|
-
website: "https://github.com/getsentry/sentry-javascript/tree/master/packages/
|
|
2507
|
+
website: "https://github.com/getsentry/sentry-javascript/tree/master/packages/feedback",
|
|
2528
2508
|
licenses: {
|
|
2529
2509
|
license: "MIT"
|
|
2530
2510
|
},
|
|
2531
|
-
licenseText: 'MIT License\n\nCopyright (c)
|
|
2532
|
-
copyrightText: "Copyright (c)
|
|
2511
|
+
licenseText: 'MIT License\n\nCopyright (c) 2023 Functional Software, Inc. dba Sentry\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
|
|
2512
|
+
copyrightText: "Copyright (c) 2023 Functional Software, Inc. dba Sentry"
|
|
2533
2513
|
},
|
|
2534
2514
|
{
|
|
2535
2515
|
name: "@sentry/nextjs",
|
|
@@ -2581,6 +2561,35 @@ var oss_licenses_default = [
|
|
|
2581
2561
|
licenseText: 'MIT License\n\nCopyright (c) 2019 Functional Software, Inc. dba Sentry\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
|
|
2582
2562
|
copyrightText: "Copyright (c) 2019 Functional Software, Inc. dba Sentry"
|
|
2583
2563
|
},
|
|
2564
|
+
{
|
|
2565
|
+
name: "@sentry/replay",
|
|
2566
|
+
author: "Sentry",
|
|
2567
|
+
website: "https://docs.sentry.io/platforms/javascript/session-replay/",
|
|
2568
|
+
licenses: {
|
|
2569
|
+
license: "MIT"
|
|
2570
|
+
},
|
|
2571
|
+
licenseText: 'MIT License\n\nCopyright (c) 2022 Functional Software, Inc. dba Sentry\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
|
|
2572
|
+
copyrightText: "Copyright (c) 2022 Functional Software, Inc. dba Sentry"
|
|
2573
|
+
},
|
|
2574
|
+
{
|
|
2575
|
+
name: "@sentry/replay-canvas",
|
|
2576
|
+
author: "Sentry",
|
|
2577
|
+
website: "https://docs.sentry.io/platforms/javascript/session-replay/",
|
|
2578
|
+
licenses: {
|
|
2579
|
+
license: "MIT"
|
|
2580
|
+
},
|
|
2581
|
+
licenseText: 'MIT License\n\nCopyright (c) 2024 Functional Software, Inc. dba Sentry\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
|
|
2582
|
+
copyrightText: "Copyright (c) 2024 Functional Software, Inc. dba Sentry"
|
|
2583
|
+
},
|
|
2584
|
+
{
|
|
2585
|
+
name: "@sentry/server-utils",
|
|
2586
|
+
author: "Sentry",
|
|
2587
|
+
website: "https://github.com/getsentry/sentry-javascript/tree/master/packages/server-utils",
|
|
2588
|
+
licenses: {
|
|
2589
|
+
license: "MIT"
|
|
2590
|
+
},
|
|
2591
|
+
licenseText: 'MIT License\n\nCopyright (c) <year> <copyright holders>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and \nassociated documentation files (the "Software"), to deal in the Software without restriction, including \nwithout limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell \ncopies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the \nfollowing conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial \nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT \nLIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO \nEVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER \nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE \nUSE OR OTHER DEALINGS IN THE SOFTWARE.'
|
|
2592
|
+
},
|
|
2584
2593
|
{
|
|
2585
2594
|
name: "@sentry/vercel-edge",
|
|
2586
2595
|
author: "Sentry",
|