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 1.0.0 to 1.0.1

es/markdownHelpers.js

3

es/index.js

@@ -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"
}
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