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

@ndla/util

Package Overview
Dependencies
Maintainers
7
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.1.5 to 3.1.6

es/nossr/NoSSR.js

4

es/index.js

@@ -21,2 +21,4 @@ /**

export { validateTranslationFiles } from './translationValidation';
export { default as useForwardedRef } from './useForwardedRef';
export { default as useForwardedRef } from './useForwardedRef';
export { default as NoSSR } from './nossr/NoSSR';
export { default as withNoSSR } from './nossr/withNoSSR';

@@ -22,1 +22,3 @@ /**

export { default as useForwardedRef } from './useForwardedRef';
export { default as NoSSR } from './nossr/NoSSR';
export { default as withNoSSR } from './nossr/withNoSSR';

@@ -116,2 +116,14 @@ "use strict";

});
Object.defineProperty(exports, "NoSSR", {
enumerable: true,
get: function get() {
return _NoSSR["default"];
}
});
Object.defineProperty(exports, "withNoSSR", {
enumerable: true,
get: function get() {
return _withNoSSR["default"];
}
});

@@ -146,2 +158,6 @@ var _uuid = _interopRequireDefault(require("./uuid"));

var _NoSSR = _interopRequireDefault(require("./nossr/NoSSR"));
var _withNoSSR = _interopRequireDefault(require("./nossr/withNoSSR"));
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; }

@@ -148,0 +164,0 @@

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

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

},
"gitHead": "e62f69c71e7b72b1e346508e8ad483afd36eeffd"
"gitHead": "5cb8d6b7fce98737fda299e7f52b70bc3af35d1d"
}
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