
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
@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
The npm package @puppet/data-grid receives a total of 163 weekly downloads. As such, @puppet/data-grid popularity was classified as not popular.
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 7 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
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.