
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
lib-theme-contructor
Advanced tools
lib-theme-constructorThis package contains a code for generate theme for the lib-react-components package.
npm install --save-dev lib-theme-contructor
// index.js
const path = require('path');
const themeConstructor = require('lib-theme-contructor');
(async () => {
await themeConstructor.createThemes([
{
name: 'theme-name',
entry: path.join(__dirname, './entry/path/to/index.sss'),
out: path.join(__dirname, './output/dir/name'),
options: {
palette: {
primary: '#3D7DFF',
secondary: '#FFC200',
black: '#222D47',
dark_grey: '#5B647D',
grey: '#CBCFD7',
light_grey: '#F5F6FA',
success: '#00D093',
wrong: '#F12727',
white: '#FFFFFF',
},
variables: {
borderRadius: '3px',
buttonSmallHeight: '24px',
buttonMediumHeight: '30px',
buttonLargeHeight: '40px',
buttonSmallFontSize: '12px',
buttonMediumFontSize: '13px',
buttonLargeFontSize: '13px',
inputMediumFontSize: '12px',
inputLargeFontSize: '13px',
inputMediumHeight: '30px',
inputLargeHeight: '40px',
textareaMediumHeight: '150px',
textareaLargeHeight: '200px',
},
},
},
]);
})();
node index.js
Now in your ./output/dir/name you have theme-name.css file with new CSS theme.
FAQs
Theme constructor for lib-react-components
The npm package lib-theme-contructor receives a total of 13 weekly downloads. As such, lib-theme-contructor popularity was classified as not popular.
We found that lib-theme-contructor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.