
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@omicronenergy/oscd-background-editv1
Advanced tools
OpenSCD background Plugin for supporting Edit V1 events (oscd-edit). This provides backward compatibility for plugins still relying on Edit V1 events in OpenSCD.
This webcomponent follows the open-wc recommendation.
This is a basic menu plugin for OpenSCD which adds a menu item allowing users to load files into the OpenSCD Editor. Start up a demo server with npm run start
and see for yourself!
To scan the project for linting and formatting errors, run
npm run lint
To automatically fix linting and formatting errors, run
npm run format
This demo plugin does nothing much that could be tested as it relies exclusively on built-in browser components to do its job. We therefore currently have no tests. If you find something that could be tested, please feel free!
To execute a single test run:
npm run test
To run the tests in interactive watch mode run:
npm run test:watch
For most of the tools, the configuration is in the package.json
to reduce the amount of files in your project.
If you customize the configuration a lot, you can consider moving them to individual files.
web-dev-server
npm run start
To run a local development server that serves the basic demo located in demo/index.html
© 2022 OMICRON electronics GmbH
FAQs
OpenSCD background Plugin for supporting Edit V1 events (oscd-edit). This provides backward compatibility for plugins still relying on Edit V1 events in OpenSCD.
The npm package @omicronenergy/oscd-background-editv1 receives a total of 26 weekly downloads. As such, @omicronenergy/oscd-background-editv1 popularity was classified as not popular.
We found that @omicronenergy/oscd-background-editv1 demonstrated a healthy version release cadence and project activity because the last version was released less than 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.