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

@tapni/auth

Package Overview
Dependencies
Maintainers
2
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tapni/auth

This template should help get you started developing with Vue 3 in Vite.

latest
npmnpm
Version
1.0.74
Version published
Maintainers
2
Created
Source

tapni-auth

This template should help get you started developing with Vue 3 in Vite.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production (auth.tapni.com)

npm run build

Compile and Minify for NPM (@tapni/auth)

npm run build-lib

and then run

npm publish

Deploying auth changes to tapni-app

When you change auth (e.g. Billing.vue or other auth UI), the app must use the new build:

  • Bump the auth package version in packages/auth/package.json (e.g. 1.0.721.0.73).
  • Build and publish the auth package:
    cd packages/auth && npm run build-lib && npm publish
    
  • Bump the dependency in tapni-app: in apps/app/package.json, set "@tapni/auth": "^1.0.73" (or the new version) and run npm install in apps/app.

FAQs

Package last updated on 04 Apr 2026

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