Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@huddly/camera-proto
Advanced tools
An npm package describing the protobuf api for huddly network cameras
https://developers.google.com/protocol-buffers/docs/proto3 https://developers.google.com/protocol-buffers/docs/style
Important note about enums: -The default value is the first defined enum value, which must be 0. -The zero value enum should have the suffix unspecified. E.g. it should not be used under normal conditions. -The zero value needs to be the first element, for compatibility with the proto2 semantics where the first enum value is always the default.
conan create . huddly/latest -r conan -pr x86_64-linux-gcc-7
Below you can see the different markups that are used to ignore proto code that is specific to huddly. When generating the google proto file, all the code that has been tagged with the markup lines will not be present.
This markup will ignore the whole block that follows after the markup line. It will also ignore any nested blocks within the ignore block.
This markup will ignore the next line that follows after the markup line.
Making a 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:
npm version [patch|minor|major]
to bump it through npmnpm 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.CameraProto.nuspec
nuget push Huddly.CameraProto.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 for huddly network cameras
The npm package @huddly/camera-proto receives a total of 4 weekly downloads. As such, @huddly/camera-proto popularity was classified as not popular.
We found that @huddly/camera-proto demonstrated a healthy version release cadence and project activity because the last version was released less than 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.