![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.
my-pkg-custom-name
Advanced tools
- ✈️ Project init with [vite](https://vitejs.dev/) - 🪖 [Github Actions](https://docs.github.com/cn/actions) support (Auto CI / Auto Release / Auto Deploy) - 🍕 Build npm package with [tsup](https://tsup.egoist.sh/) - 🍭 Built-in react dev environment
✈️ Project init with vite
🪖 Github Actions support (Auto CI / Auto Release / Auto Deploy)
🍕 Build npm package with tsup
🍭 Built-in react dev environment
playground folder
start -->
npm run dev
🍔 Use browserslistrc
🪗 Build styles with postcss (postcss-nested/ autoprefixer / cssnano)
🌭 Stylelint that helps you avoid errors and enforce conventions in your styles.
🎉 TypeScript, of course
🎄 Unit Testing with Vitest
🏑 Storybook for building UI components and pages
🧆 ESLint statically analyzes your code to quickly find problems.
🛸 Deploy on Netlify, zero-config
replace my-pkg-custom-name
with your package name
Project
├── __tests__ # Unit Testing
├── babel.config.js # babel config
├── package.json
├── playground # dev environment folder (can use source code)
│ ├── index.html
│ ├── package.json
│ ├── public
│ ├── src
│ ├── tsconfig.json
│ ├── vite-env.d.ts
│ └── vite.config.ts
├── postcss.config.js # build styles with postcss
├── src # Package source code
│ ├── index.ts # Package source entry
│ ├── stories # storybook for building UI components and pages
│ ├── styles # styles for Package
│ └── types.ts # ts type declaration for Package
├── tsconfig.json # ts config
└── tsup.config.ts # build package with tsup
then copy npm token, add to github project settings
FAQs
- ✈️ Project init with [vite](https://vitejs.dev/) - 🪖 [Github Actions](https://docs.github.com/cn/actions) support (Auto CI / Auto Release / Auto Deploy) - 🍕 Build npm package with [tsup](https://tsup.egoist.sh/) - 🍭 Built-in react dev environment
The npm package my-pkg-custom-name receives a total of 0 weekly downloads. As such, my-pkg-custom-name popularity was classified as not popular.
We found that my-pkg-custom-name demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.