![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.
@one-platform/opc-base
Advanced tools
It contains shared components like layout, authentication provider for one platform
Opc-Base is an npm package that provides authentication, toast notification, injecting logic into opc components like opc-nav
, drawer components etc.
Copy the config.example.js
file in dev folder
, rename it as config.js
and provide the configuration values needed to load the variables.
For testing es module copy the config.es.example.js
file in dev folder
, rename it as config.es.js
and provide the configuration values needed to load the variables.
npm install
To start the live build with rollup
npm run build:watch
To start the development server
npm run dev
This projects uses typescript with rollup for bundling
To build the project:
npm run build
To watch for changes and rebuild the files:
npm run build:watch
Inorder to preview the changes you made the project uses web @web-dev-server:
npm run dev
Testing is done using @web/test-runner and @open-wc/testing. Remember to build the package as some test are done using build file due to dependency import issues.
To run test:
npm run test
For local testing during development
npm run test:watch
👤 Akhil Mohan (@akhilmhdh)
FAQs
It contains shared components like layout, authentication provider for one platform
We found that @one-platform/opc-base 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.