
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@coopdigital/foundations-tables
Advanced tools
CSS styles for making tables look in line with Co-op's Design System specification.
Install via npm
or Yarn:
$ npm install @coopdigital/foundations-tables --save
# OR
$ yarn add @coopdigital/foundations-tables
You can include foundations-tables
in your project by referencing it from your existing CSS via @import
statement, i.e.:
@import "node_modules/@coopdigital/foundations-tables/dist/tables.css";
If you use PostCSS in your build pipeline, you can reference the sources directly like so:
@import "node_modules/@coopdigital/foundations-tables/src/tables.pcss";
If you use a postcss-import
plugin, it gets even easier:
@import "@coopdigital/foundations-tables";
Here's a bunch of examples, showing how you can integrate this CSS module in your project, based on most popular stacks of project. You can either use a post-processed and pre-built CSS form the dist
directory, ot use PostCSS sources from the src
dir.
The latter have certain dependencies, which should be consumed by your frontend toolkit to postprocess the CSS correctly.
TBD
TBD
TBD
Copyright (c) 2021 Co-operative Group Limited. Licensed MIT.
FAQs
CSS Foundations: Tables
The npm package @coopdigital/foundations-tables receives a total of 119 weekly downloads. As such, @coopdigital/foundations-tables popularity was classified as not popular.
We found that @coopdigital/foundations-tables demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 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 uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.