Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@inkeep/inkeep-widget-library
Advanced tools
Congrats on your new project, powered by Packemon! Here are a few things to know:
Congrats on your new project, powered by Packemon! Here are a few things to know:
src
folder, while tests in the tests
folder.<packagesFolder>
folder.To improve and automate the developer experience, the following tooling has been automatically installed and pre-configured using moonrepo presets.
Feel free to use the configuration as-is, or to modify, or to not use moon, the choice is yours!
Scaffolded projects are not configured for these libraries by default, but enabling support is rather
simple! Open the following files and remove the // Uncomment if using React/Solid
comment and any
surrounding comments.
.eslintrc.js
(also replace moon/node
with moon/browser
)jest.config.js
tsconfig.json
tsconfig.options.json
Don't forget to install the dependencies also!
// React
yarn add react react-dom
yarn add --dev @types/react @types/react-dom
// Solid
yarn add solid-js
The tooling mentioned above can be ran with the following yarn/npm scripts. For example,
yarn run build
.
build
- Build the package(s) with Packemon. Useful for development, as it will only build
JavaScript targets. Use pack
for distribution.clean
- Clean all output targets that were built with Packemon.pack
- Clean, build, and validate the package(s) with Packemon. Designed for production and
should be ran before a release.release
- Pack the package(s), run test checks, and publish to npm! (Release script not
configured by Packemon)validate
- Validate the package(s), ensuring their package.json
is defined correctly.watch
- Watch for file changes and rebuild the target package. Useful for development.check
- Run the type checker, linter, and testing suite all at once.format
- Run Prettier and format all files in the project.lint
- Run the linter with ESLint.test
, coverage
- Run the unit testing suite with Jest, and optionally with code coverage.type
- Run the type checker with TypeScript.Check out the official documentation to learn more!
FAQs
A React component library for use with Inkeep, Inc.'s search and chat service.
We found that @inkeep/inkeep-widget-library 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.