Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ndla/util

Package Overview
Dependencies
Maintainers
10
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ndla/util - npm Package Compare versions

Comparing version 0.4.8 to 1.0.0

es/joinArrayWithConjunction.js

3

es/index.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc