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

@ndla/util

Package Overview
Dependencies
Maintainers
9
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 3.2.0 to 4.0.0

1

es/index.js

@@ -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"));

7

package.json
{
"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"
}
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