Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
polygona-3d-client
Advanced tools
Polygona 3D Client is developed with React and GraphQL and can be embedded into any kind of web-app.
Polygona 3D Client is developed with React and GraphQL and can be embedded into any kind of web-app.
consumerId
provided by Polygona.npm i polygona-3d-client
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import { Polygona3DClient } from 'polygona-3d-client';
const App = () => {
return (
<div>
<div id="header" style={{ height: '64px', backgroundColor: '#32aaca' }} />
<div style={{ position: 'relative', height: '95vh' }}>
<Polygona3DClient
consumerId="YOUR_CONSUMER_ID"
slug="customizable-minimalistic-egg-box"
colorScheme="purple"
objectColor="#b99aff"
/>
</div>
</div>
);
};
ReactDOM.render(<App />, document.getElementById('root'));
Available color schemes: gray
, red
, orange
, yellow
, green
, teal
, blue
, cyan
, purple
, pink
An example of the client app is also available in example-client
folder.
To run it just follow the steps below:
> In the root directory
Compile the library
npm i
npm start
> In the example-client directory
npm i
npm start
Server ready at http://localhost:1234
FAQs
Polygona 3D Client is developed with React and GraphQL and can be embedded into any kind of web-app.
The npm package polygona-3d-client receives a total of 0 weekly downloads. As such, polygona-3d-client popularity was classified as not popular.
We found that polygona-3d-client 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.