Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
@edx/cookie-policy-banner
Advanced tools
The edX cookie policy banner component implemented in React.
edX cookie policy banner React component
npm i --save @edx/cookie-policy-banner
import CookiePolicyBanner from '@edx/cookie-policy-banner';
// Can import sass file this way
// Or as an import in one of your sass files with other third party sass files
import '@edx/cookie-policy-banner/build/cookie-policy-banner.scss';
const SomeWrappingComponent = () => (
<div>
<span>Blahblablah</span>
<CookiePolicyBanner />
</div>
);
As noted in a comment in the previous code example, you can import the styles associated with the CookiePolicyBanner
component directly (if this is supported by your webpack
config) or by importing the sass file as part of one of your existing sass files (probably where your other third-party sass files are imported).
// base.scss
@import 'thirdPartySass';
@import 'anotherThirdPartySass';
@import '@edx/cookie-policy-banner/build/cookie-policy-banner';
Storybook
is a useful tool for showcasing the expected and potential usage of components.
Executing
npm run start
locally builds the Storybook for the CookiePolicyBanner
component on port 3003
.
FAQs
The edX cookie policy banner component implemented in React.
The npm package @edx/cookie-policy-banner receives a total of 68 weekly downloads. As such, @edx/cookie-policy-banner popularity was classified as not popular.
We found that @edx/cookie-policy-banner demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 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 found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.