Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@puppet/data-grid
Advanced tools
Add the package to your project:
npm install @puppet/data-grid
Import the Sass styles (e.g. in your index.scss):
@import '~@puppet/data-grid/src/index';
Import and use the react component:
import { DataGridTableComponent } from '@puppet/data-grid';
npm install
: Install dependencies of packagenpm run build
: Build static asset bundlesnpm run watch
: Rebuild on file changes and output the production buildnpm run watch:dev
: Rebuild on file changes and output a development build (e.g. retaining debugger
statements)npm test
: Run all tests with jestnpm run test:watch
: Run tests in watch modenpm run test:coverage
: Run tests with coverage reportingnpm run lint
: Lint everythingnpm run format
: Run auto code formattingThis package was built in accordance with the patterns established in the uikit. You may find it useful to create component boilerplate with:
uikit generate component <ComponentName> -d src/client/components
or to create utility methods with
uikit generate method <methodName> -s src/client/methods
FAQs
## Usage
We found that @puppet/data-grid 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.