@cyclonedx/cyclonedx-library 1.12.0 → 1.12.2

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/README.md CHANGED
@@ -1,5 +1,6 @@
1
- [![shield_gh-workflow-test]][link_gh-workflow-test]
2
1
  [![shield_npm-version]][link_npm]
2
+ [![shield_gh-workflow-test]][link_gh-workflow-test]
3
+ [![shield_coverage]][link_codacy]
3
4
  [![shield_license]][license_file]
4
5
  [![shield_website]][link_website]
5
6
  [![shield_slack]][link_slack]
@@ -175,8 +176,9 @@ See the [LICENSE][license_file] file for the full license.
175
176
  [contributing_file]: https://github.com/CycloneDX/cyclonedx-javascript-library/blob/main/CONTRIBUTING.md
176
177
  [examples]: https://github.com/CycloneDX/cyclonedx-javascript-library/tree/main/examples/README.md
177
178
 
178
- [shield_gh-workflow-test]: https://img.shields.io/github/actions/workflow/status/CycloneDX/cyclonedx-javascript-library/nodejs.yml?branch=main&logo=GitHub&logoColor=white "tests"
179
179
  [shield_npm-version]: https://img.shields.io/npm/v/@cyclonedx/cyclonedx-library?logo=npm&logoColor=white "npm"
180
+ [shield_gh-workflow-test]: https://img.shields.io/github/actions/workflow/status/CycloneDX/cyclonedx-javascript-library/nodejs.yml?branch=main&logo=GitHub&logoColor=white "tests"
181
+ [shield_coverage]: https://img.shields.io/codacy/coverage/ae6c086b53d54653ad5077b12ec22264 "test coverage"
180
182
  [shield_license]: https://img.shields.io/github/license/CycloneDX/cyclonedx-javascript-library?logo=open%20source%20initiative&logoColor=white "license"
181
183
  [shield_website]: https://img.shields.io/badge/https://-cyclonedx.org-blue.svg "homepage"
182
184
  [shield_slack]: https://img.shields.io/badge/slack-join-blue?logo=Slack&logoColor=white "slack join"
@@ -184,8 +186,9 @@ See the [LICENSE][license_file] file for the full license.
184
186
  [shield_twitter-follow]: https://img.shields.io/badge/Twitter-follow-blue?logo=Twitter&logoColor=white "twitter follow"
185
187
 
186
188
  [link_website]: https://cyclonedx.org/
187
- [link_gh-workflow-test]: https://github.com/CycloneDX/cyclonedx-javascript-library/actions/workflows/nodejs.yml?query=branch%3Amain
188
189
  [link_npm]: https://www.npmjs.com/package/@cyclonedx/cyclonedx-library
190
+ [link_gh-workflow-test]: https://github.com/CycloneDX/cyclonedx-javascript-library/actions/workflows/nodejs.yml?query=branch%3Amain
191
+ [link_codacy]: https://app.codacy.com/gh/CycloneDX/cyclonedx-javascript-library/dashboard
189
192
  [link_slack]: https://cyclonedx.org/slack/invite
190
193
  [link_discussion]: https://groups.io/g/CycloneDX
191
194
  [link_twitter]: https://twitter.com/CycloneDX_Spec
@@ -1,12 +1,12 @@
1
1
  (function webpackUniversalModuleDefinition(root, factory) {
2
2
  if(typeof exports === 'object' && typeof module === 'object')
3
- module.exports = factory(require("PackageURL"));
3
+ module.exports = factory(require("packageurl-js"));
4
4
  else if(typeof define === 'function' && define.amd)
5
- define(["PackageURL"], factory);
5
+ define(["packageurl-js"], factory);
6
6
  else if(typeof exports === 'object')
7
- exports["CycloneDX_library"] = factory(require("PackageURL"));
7
+ exports["CycloneDX_library"] = factory(require("packageurl-js"));
8
8
  else
9
- root["CycloneDX_library"] = factory(root["PackageURL"]);
9
+ root["CycloneDX_library"] = factory(root["packageurl-js"]);
10
10
  })(self, (__WEBPACK_EXTERNAL_MODULE_packageurl_js__) => {
11
11
  return /******/ (() => { // webpackBootstrap
12
12
  /******/ "use strict";
@@ -4639,9 +4639,9 @@ exports.isUrnUuid = isUrnUuid;
4639
4639
  /***/ }),
4640
4640
 
4641
4641
  /***/ "packageurl-js":
4642
- /*!*****************************!*\
4643
- !*** external "PackageURL" ***!
4644
- \*****************************/
4642
+ /*!********************************!*\
4643
+ !*** external "packageurl-js" ***!
4644
+ \********************************/
4645
4645
  /***/ ((module) => {
4646
4646
 
4647
4647
  module.exports = __WEBPACK_EXTERNAL_MODULE_packageurl_js__;