Socket
Socket
Sign inDemoInstall

@softpak/frontend-components

Package Overview
Dependencies
6
Maintainers
3
Versions
233
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @softpak/frontend-components

Stencil Component Starter


Version published
Weekly downloads
2.3K
increased by50.3%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

Built With Stencil

Softpak frontend components built with StencilJS

  1. Stencil repo: https://www.npmjs.com/package/@softpak/frontend-components
  2. Angular version: https://www.npmjs.com/package/@softpak/frontend-components-ng

Getting Started

  1. Starting the server: npm install && npm run start

Publishing a new version

There is a specific workflow to deploy new versions of both the Stencil and Angular version. Start by upping the version number, in the package.json file of the "frontend-components-2022" folder, and commit your changes. Make sure the number is higher than the published version. Then compile and build the package.

  1. Building the components: npm install && npm run build

Next we publish the new version to NPM.

  1. Publish to NPM: npm publish

Angular version

Next we can update the Angular version of the frontend components that we import in our applications. Navigate to the frontend-components-2022-ng folder and open the package.json file. Update the "@softpak/frontend-components" package to the number you just published to NPM. Next update the "version" at the top of the file to the same version number. Now you can build the new version for Angular and publish that.

  1. Building the components: npm install && npm run build
  2. Publish to NPM: npm publish

Now you should be able to use the new version of the package in your application.

FAQs

Last updated on 16 Apr 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc