Socket
Book a DemoInstallSign in
Socket

@softpak/frontend-components

Package Overview
Dependencies
Maintainers
3
Versions
233
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@softpak/frontend-components

Stencil Component Starter

latest
Source
npmnpm
Version
3.4.11
Version published
Maintainers
3
Created
Source

Built With Stencil

Softpak frontend components built with StencilJS

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

Getting Started

  • 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.

  • Building the components: npm install && npm run build

Next we publish the new version to NPM.

  • 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.

  • Building the components: npm install && npm run build
  • Publish to NPM: npm publish

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

FAQs

Package last updated on 16 Apr 2024

Did you know?

Socket

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