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.3 to 1.1.0

es/translationValidation.js

3

es/index.js

@@ -19,2 +19,3 @@ /**

export { default as joinArrayWithConjunction } from './joinArrayWithConjunction';
export { parseMarkdown } from './markdownHelpers';
export { parseMarkdown } from './markdownHelpers';
export { validateTranslationFiles } from './translationValidation';

@@ -20,1 +20,2 @@ /**

export { parseMarkdown } from './markdownHelpers';
export { validateTranslationFiles } from './translationValidation';

@@ -104,2 +104,8 @@ "use strict";

});
Object.defineProperty(exports, "validateTranslationFiles", {
enumerable: true,
get: function get() {
return _translationValidation.validateTranslationFiles;
}
});

@@ -130,2 +136,4 @@ var _uuid = _interopRequireDefault(require("./uuid"));

var _translationValidation = require("./translationValidation");
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; }

@@ -132,0 +140,0 @@

{
"name": "@ndla/util",
"version": "1.0.3",
"version": "1.1.0",
"description": "Collection of util functions used by NDLA",

@@ -36,3 +36,3 @@ "license": "GPL-3.0",

},
"gitHead": "e10a8348999df08fd71cc4959e873252395bfea9"
"gitHead": "b61a0491d2c9e7b92d1a7648e9fb3d529d2f37c1"
}
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