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

@actinc/dls

Package Overview
Dependencies
Maintainers
0
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@actinc/dls - npm Package Versions

1
1012

5.3.0-0

Diff

joncursi
published 5.2.0 •

Changelog

Source

[v5.2.0] - July 22, 2021

  • NPM package updates (@material-ui/core -> ^4.12.1)
  • Added <SessionStorageKeySharer /> utility component which allows a newly-opened tab to obtain a key:value pair from the Session Storage of another tab.
    • This is useful if you are storing your application's auth token in Session Storage and want to allow your users to open your app in another tab without having to re-authenticate.
    • The implementation was inspired by this blog post.
    • Note: Since this component makes use of Session Storage and Local Storage, this component is only meant to be rendered in the browser context. SSR apps should not use Session Storage for key/value pairs that are critical to the render (such as the user's auth token).
joncursi
published 5.1.0 •

Changelog

Source

[v5.1.0] - June 15, 2021

  • Updated <FormSelect /> component to allow options to be disabled. (Pull Request)
joncursi
published 5.0.0 •

Changelog

Source

[v5.0.0] - June 07, 2021

  • With this release, the DLS will no longer export components that you can import directly from Material UI, such as <Button /> and <Link />.
  • In almost all cases, there is no functional/stylistic difference between importing a MUI component from the DLS vs. MUI. The only exception is with the <Link /> component, as the MUI Link component does not accept a to prop.
  • Removed COLORS and DIMS constants. All DLS components are now powered by the theme engine.
  • Renamed the following components:
    • Renamed <DataTablePrimary /> to <DataTable />
    • Renamed <LoadingPrimary /> to <Loading />
    • Renamed <TableContainerPrimary /> to <TableContainer />
  • Re-instated, and marked as deprecated, the following v3 components to help with reverse compatibility / application migration. These components should be removed when they have suitable alternatives that are powered by the MUI themeing engine:
    • <FormInputPrimary />
    • <FormSelectPrimary />
    • <InputLabelPrimary />
    • <InputPrimary />
    • <SelectPrimary />
    • <SelectSecondary />
joncursi
published 5.0.0-2 •

joncursi
published 5.0.0-1 •

joncursi
published 5.0.0-0 •

joncursi
published 4.1.0 •

Changelog

Source

[v4.1.0] - May 25, 2021

watjus0930
published 4.0.2 •

watjus0930
published 4.0.1 •

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