New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dhis2-ui/loader

Package Overview
Dependencies
Maintainers
2
Versions
332
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhis2-ui/loader - npm Package Compare versions

Comparing version 9.2.0 to 9.3.0-alpha.1

11

build/cjs/linear-loader/linear-loader.stories.js

@@ -6,3 +6,3 @@ "use strict";

});
exports.default = exports.OverlayPage = exports.OverlayComponent = exports.Determinate = void 0;
exports.default = exports.RTL = exports.OverlayPage = exports.OverlayComponent = exports.Determinate = void 0;

@@ -82,2 +82,11 @@ var _center = require("@dhis2-ui/center");

amount: 80
};
const RTL = args => /*#__PURE__*/_react.default.createElement("div", {
dir: "rtl"
}, /*#__PURE__*/_react.default.createElement(_index.LinearLoader, args));
exports.RTL = RTL;
RTL.args = {
amount: 60
};

@@ -56,2 +56,8 @@ import { Center } from '@dhis2-ui/center';

amount: 80
};
export const RTL = args => /*#__PURE__*/React.createElement("div", {
dir: "rtl"
}, /*#__PURE__*/React.createElement(LinearLoader, args));
RTL.args = {
amount: 60
};

4

package.json
{
"name": "@dhis2-ui/loader",
"version": "9.2.0",
"version": "9.3.0-alpha.1",
"description": "UI Loaders",

@@ -36,3 +36,3 @@ "repository": {

"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "9.2.0",
"@dhis2/ui-constants": "9.3.0-alpha.1",
"classnames": "^2.3.1",

@@ -39,0 +39,0 @@ "prop-types": "^15.7.2"

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