Socket
Book a DemoInstallSign in
Socket

@wvr/core

Package Overview
Dependencies
Maintainers
8
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wvr/core

Weaver AngularJs Core Module

2.3.0
latest
Source
npmnpm
Version published
Maintainers
8
Created
Source

Build Status Coverage Status

TAMU AngularJS Core Module

TAMU UI Core ngDocs

Dependencies

  • Node 16 or greater
  • npm 8 or greater

Downloading and installing Node.js and npm

Fun with Docker

docker-compose up

When needing to develop on Weaver-UI-Core. Increment version in package.json and run following commands.

docker-compose build publish
docker-compose run publish

This will rebuild publishing image and publish to registry container.

Known Limitations

Docker Volumes Under Linux

Docker Volumes are created within the Container using the USER_ID specified in the Dockerfile. The host system running the Docker must have a matching USER_ID or access denied errors will occur. Change the USER_ID argument to match the USER_ID of the user running the container to avoid this problem. Example:

# id -u
1000

# docker-compose build --build-arg "USER_ID=$(id -u)"

The directory on the host that represents the Docker Volume may be created and owned as root on the host system. When this happens just perform a sudo chown command similar to this:

# sudo chown -R username:groupname .verdaccio

Problems may still occur if the given user ID is not available on either system.

FAQs

Package last updated on 30 Jun 2025

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.