New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@qest/qest-iot-icons

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qest/qest-iot-icons

---

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

NPM package starter

Very basic boilerplate for npm packages (tries to stay minimalist)

how to release the package

  • Put all your code to src folder.
  • Commit to qest GitHub
  • Create new Azure pipeline
    • Select GitHub
    • Find your repository
    • Run the pipeline
    • Every commit to master should release new version of the package
Every release has to increase version in packages.json

file structure

  • src - this is where all your code belongs
  • tslint/prettier - your every day linter files
  • tsconfig - here you specify what to build and where to put it
  • azure.pipelines - this is yml file for azure, which should publish the package under qest organization

FAQs

Package last updated on 18 Aug 2021

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