Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@huddly/camera-switch-proto
Advanced tools
An npm package describing the protobuf api the huddly camera switch service
Making an npm release is done manually by one of the developers with publishing access to our huddly organization account on npmjs. The following procedure should be followed when wanting to make a new npm package release:
./scripts/bumpversion.sh <NEWVERSION>
npm run publish-package
. NOTE Running this command requires you to be logged in to npmjs through your terminal windows with the huddly account.Making a nuget release is done manually by whomever has access to artifactory. The following procedure should be followed:
huddly-nuget
repository. Click on the repository and go to Set me Up
Set me up page
of the nuget repository, enter you password and copy the information for setting up your nuget repository locallynuget sources Add -Name Artifactory -Source https://artifactory.huddly.io/artifactory/api/nuget/nuget -username <USERNAME> -password <PASSWORD/API_KEY>
nuget sources Add -Name ArtifactoryNugetLocal -Source https://artifactory.huddly.io/artifactory/api/nuget/nuget-local -username <USERNAME> -password <PASSWORD/API_KEY>
nuget setapikey <USERNAME>:<PASSWORD/API_KEY> -Source Artifactory
nuget setapikey <USERNAME>:<PASSWORD/API_KEY> -Source ArtifactoryNugetLocal
nuget
repository locally, you can fetch nuget packages from the official nuget registry but also from our own one hosted on artifactory
nuget
is a virtual repositorynuget-local
is a local repository where we host our nuget packagesnuget-remote
is a remote repository in artifactory pointing to official nuget registry (this one we dont have to set up as setting up the virtual one is sufficient)./scripts/bump_version.sh
script to bump the versions for the npm and nuget packages.nuget pack Huddly.CameraSwitchProto.nuspec
nuget push Huddly.CameraSwitchProto.nuspec -Source ArtifactoryNugetLocal
nuget-local
repository on artifactory.NOTE: Afected projects when doing changes to this repository and/or making new releases include:
FAQs
An npm package describing the protobuf api the huddly camera switch service
We found that @huddly/camera-switch-proto demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.