@ndla/util
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -18,2 +18,3 @@ /** | ||
export { printPage } from './printPage'; | ||
export { default as joinArrayWithConjunction } from './joinArrayWithConjunction'; | ||
export { default as joinArrayWithConjunction } from './joinArrayWithConjunction'; | ||
export { parseMarkdown } from './markdownHelpers'; |
@@ -19,1 +19,2 @@ /** | ||
export { default as joinArrayWithConjunction } from './joinArrayWithConjunction'; | ||
export { parseMarkdown } from './markdownHelpers'; |
@@ -98,2 +98,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "parseMarkdown", { | ||
enumerable: true, | ||
get: function get() { | ||
return _markdownHelpers.parseMarkdown; | ||
} | ||
}); | ||
@@ -122,2 +128,4 @@ var _uuid = _interopRequireDefault(require("./uuid")); | ||
var _markdownHelpers = require("./markdownHelpers"); | ||
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } | ||
@@ -124,0 +132,0 @@ |
{ | ||
"name": "@ndla/util", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Collection of util functions used by NDLA", | ||
@@ -30,3 +30,4 @@ "license": "GPL-3.0", | ||
"dependencies": { | ||
"defined": "1.0.0" | ||
"defined": "1.0.0", | ||
"remarkable": "^2.0.1" | ||
}, | ||
@@ -36,3 +37,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "0711c0893eff15945c5be72f20be4f6ab4405121" | ||
"gitHead": "94714d8c1e5e1c84bd1beedb3d8f5661b9c72371" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
71496
42
914
2
1
+ Addedremarkable@^2.0.1
+ Addedargparse@1.0.10(transitive)
+ Addedautolinker@3.16.2(transitive)
+ Addedremarkable@2.0.1(transitive)
+ Addedsprintf-js@1.0.3(transitive)
+ Addedtslib@2.8.1(transitive)