![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
react-tridi-wrapper
Advanced tools
React component for embedding 360-degree 3D image viewers with Tridi.
Note that this is a thin wrapper for an original library and it may not offer all available functionality. For a fully fledged React component check out react-tridi by Tuan Pham.
npm install --save react-tridi-wrapper
Example:
import Tridi from 'react-tridi-wrapper';
function App() {
const options = {
element: '.tridi-basic',
location: '/images/white',
format: 'jpg',
count: 36,
};
return (
<div className="App">
<Tridi options={options} />
</div>
);
}
Contributions of any kind are welcome.
You can contribute to react-tridi-wrapper by:
Before contributing be sure to read Contributing Guidelines and Code of Conduct.
To all who contribute code, improve documentation, submit issues or feature requests - thank you for making react-tridi-wrapper even better!
We maintain an AUTHORS file where we keep a list of all project contributors. Please consider adding your name there with your next PR.
Code is available under MIT license. See LICENSE for more information.
FAQs
360-degree image viewer as a React component
The npm package react-tridi-wrapper receives a total of 0 weekly downloads. As such, react-tridi-wrapper popularity was classified as not popular.
We found that react-tridi-wrapper 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.