@ndla/util
Advanced tools
Comparing version 0.4.8 to 1.0.0
@@ -17,2 +17,3 @@ /** | ||
export { setCookie, getCookie, deleteCookie, isValidCookie } from './cookieHandler'; | ||
export { printPage } from './printPage'; | ||
export { printPage } from './printPage'; | ||
export { default as joinArrayWithConjunction } from './joinArrayWithConjunction'; |
@@ -18,1 +18,2 @@ /** | ||
export { printPage } from './printPage'; | ||
export { default as joinArrayWithConjunction } from './joinArrayWithConjunction'; |
@@ -92,2 +92,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "joinArrayWithConjunction", { | ||
enumerable: true, | ||
get: function get() { | ||
return _joinArrayWithConjunction["default"]; | ||
} | ||
}); | ||
@@ -114,2 +120,4 @@ var _uuid = _interopRequireDefault(require("./uuid")); | ||
var _joinArrayWithConjunction = _interopRequireDefault(require("./joinArrayWithConjunction")); | ||
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } | ||
@@ -116,0 +124,0 @@ |
{ | ||
"name": "@ndla/util", | ||
"version": "0.4.8", | ||
"version": "1.0.0", | ||
"description": "Collection of util functions used by NDLA", | ||
@@ -35,3 +35,3 @@ "license": "GPL-3.0", | ||
}, | ||
"gitHead": "2e67b0a8615ebd93a531b2e98ec9eb20be6e4c91" | ||
"gitHead": "0711c0893eff15945c5be72f20be4f6ab4405121" | ||
} |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
68864
39
842
1
0