New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

strique-proto-schema

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strique-proto-schema

API contracts and Data Transfer Objects (DTO) in the form of Protocol Buffers for Strique binaries.

  • 26.0.0
  • PyPI
  • Socket score

Maintainers
1

Strique Proto Schema

API contracts and Data Transfer Objects(DTO) in the form of Protocol Buffers for Strique binaries.

Protobuf provides a language agnostic way to define schema and contracts. The protbufs genertae language specific code during compilation and the language specific ojects are packaged and exported to different package registries.

Versions

  • *.*.*-rc.* - This is a snapshot version. Never use this in prod. This is for intermediate releases.
  • *.*.* - This is for prod version.

Java - Use maven strique package

Add strique proto package as a dependency in your pom.xml using this package guide.

Typescript/Javascript - Use npm strique package

  • Create a Personal access token from developer settings of your github and give it read permissions to the package.
  • Add following to ~/.npmrc.
@digistrique-solutions:registry=https://npm.pkg.github.com/
//npm.plg.github.com/:_authToken=<Personal access token from above step>
  • Use this guide to add the package to your TS/JS project.

Python - Use pypi strique package

  • Before installing the package, make sure you have Python and pip (Python's package installer) installed on your system.
  • Install the Strique proto package: Use pip to install the strique-proto-schema package by running the following command:
pip install strique-proto-schema

FAQs


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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc