Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@devexpress/dx-react-scheduler-material-ui
Advanced tools
Material-UI templates for DevExtreme React Scheduler component
A template suite used to render the React Scheduler based on Material-UI components.
1.9.1 (2018-12-07)
react-scheduler:
We have changed the onChange
function's argument type to make the ViewSwitcher
's API more clear.
Previously:
onChange({ nextViewName: string }) => void
Now:
onChange(nextViewName: string) => void
react-scheduler:
We changed the onNavigate
function's argument type to make the DateNavigator
's API more clear.
Previously:
onNavigate({ back: boolean }) => void
Now:
onNavigate(direction: 'forward' | 'back') => void
react-chart:
In the ArgumentAxis
and ValueAxis
plugins lineComponent
and tickComponent
render identical svg-path elements. Previously, they require different properties for drawing: width
and height
for lineComponent
and x1
, x2
, y1
, y2
for tickComponent
.
Now, for more consistency the lineComponent
requires the same properties as tickComponent
.
Previously, there were ArgumentGrid
and ValueGrid
plugins that render grid lines for axes. Now, grids are part of the axes:
<ArgumentAxis showGrids />
<ValueAxis />
For grid customization, use gridComponent
as follows:
<ArgumentAxis gridComponent={...} />
<ValueAxis gridComponent={...} />
<a name="1.9.0"></a>
FAQs
Material-UI templates for DevExtreme React Scheduler component
The npm package @devexpress/dx-react-scheduler-material-ui receives a total of 8,636 weekly downloads. As such, @devexpress/dx-react-scheduler-material-ui popularity was classified as popular.
We found that @devexpress/dx-react-scheduler-material-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.