@ndla/util
Advanced tools
Comparing version 3.2.0 to 4.0.0
@@ -20,3 +20,2 @@ /** | ||
export { default as joinArrayWithConjunction } from './joinArrayWithConjunction'; | ||
export { parseMarkdown } from './markdownHelpers'; | ||
export { validateTranslationFiles } from './translationValidation'; | ||
@@ -23,0 +22,0 @@ export { default as useForwardedRef } from './useForwardedRef'; |
@@ -19,3 +19,2 @@ /** | ||
export { default as joinArrayWithConjunction } from './joinArrayWithConjunction'; | ||
export { parseMarkdown } from './markdownHelpers'; | ||
export { validateTranslationFiles } from './translationValidation'; | ||
@@ -22,0 +21,0 @@ export { default as useForwardedRef } from './useForwardedRef'; |
@@ -79,8 +79,2 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "parseMarkdown", { | ||
enumerable: true, | ||
get: function get() { | ||
return _markdownHelpers.parseMarkdown; | ||
} | ||
}); | ||
Object.defineProperty(exports, "printPage", { | ||
@@ -145,3 +139,2 @@ enumerable: true, | ||
var _joinArrayWithConjunction = _interopRequireDefault(require("./joinArrayWithConjunction")); | ||
var _markdownHelpers = require("./markdownHelpers"); | ||
var _translationValidation = require("./translationValidation"); | ||
@@ -148,0 +141,0 @@ var _useForwardedRef = _interopRequireDefault(require("./useForwardedRef")); |
{ | ||
"name": "@ndla/util", | ||
"version": "3.2.0", | ||
"version": "4.0.0", | ||
"description": "Collection of util functions used by NDLA", | ||
@@ -34,4 +34,3 @@ "license": "GPL-3.0", | ||
"dependencies": { | ||
"html-react-parser": "^3.0.8", | ||
"remarkable": "^2.0.1" | ||
"html-react-parser": "^4.2.2" | ||
}, | ||
@@ -41,3 +40,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "5acc97933b03a599d9ad83a4e3a6d305b573f83c" | ||
"gitHead": "7b9ab5e858be896e97c8360f92b2385adceabf7a" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
395
101234
54
1408
1
+ Addedhtml-dom-parser@5.0.3(transitive)
+ Addedhtml-react-parser@4.2.10(transitive)
+ Addedhtmlparser2@9.0.0(transitive)
+ Addedinline-style-parser@0.2.2(transitive)
+ Addedreact-property@2.0.2(transitive)
+ Addedstyle-to-js@1.1.8(transitive)
+ Addedstyle-to-object@1.0.3(transitive)
- Removedremarkable@^2.0.1
- Removedargparse@1.0.10(transitive)
- Removedautolinker@3.16.2(transitive)
- Removedhtml-dom-parser@3.1.7(transitive)
- Removedhtml-react-parser@3.0.16(transitive)
- Removedhtmlparser2@8.0.2(transitive)
- Removedinline-style-parser@0.1.1(transitive)
- Removedreact-property@2.0.0(transitive)
- Removedremarkable@2.0.1(transitive)
- Removedsprintf-js@1.0.3(transitive)
- Removedstyle-to-js@1.1.3(transitive)
- Removedstyle-to-object@0.4.1(transitive)
- Removedtslib@2.8.1(transitive)
Updatedhtml-react-parser@^4.2.2