![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@symbiont-io/sym-watch
Advanced tools
A tool to listen to SymPL contract changes and create a fresh environment.
A utility to make contract changes easier when doing full-stack SymPL development.
npm install @symbiont-io/sym-watch
Run the sym-watch
command by defining the directories you want to listen to and a custom task you want to run:
sym-watch -d contracts/lang9 contracts/lang10 -t customTask
sym-watch
assumes you already have the full version of sym
> 2.0.3 installed locally.
The custom task argument is a configurable argument that can be run after the network is reset and contracts have been re-published.
E.g. if you wanted to run this task
-t symGenerate
Your application's package.json
should have that task defined:
...
"symGenerate": "sym generate -o tests/app/frontend/src/generated -i tests/app/frontend/templates",
...
In this example, the watcher will re-generate js/ts code required for middleware and frontend development.
If you would like to develop sym-watch locally, then clone the repo and run npm link
from within the project root. Now you can make changes and run sym-watch
elsewhere to see the results.
npm run cmd watch -- -d contracts -t myTask
MIT © Symbiont
FAQs
A tool to listen to SymPL contract changes and create a fresh environment.
The npm package @symbiont-io/sym-watch receives a total of 1 weekly downloads. As such, @symbiont-io/sym-watch popularity was classified as not popular.
We found that @symbiont-io/sym-watch 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.