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.
travel.wink:iam-sdk-java
Welcome to the Java SDK that enables you to communicate with all that the Wink platform has to offer.
This SDK contains libraries you can leverage to communicate with the Wink platform.
Maven artifacts were compiled with Java 17. Java 1.8 is the lowest supported version.
Spring is not required but we highly recommend you use. Our examples will be based on how to do it the "Spring way".
Download libraries from Maven Central Repository.
Spring-enabled OAuth2 bean that manages your keys.
<dependency>
<groupId>travel.wink</groupId>
<artifactId>iam-sdk-java</artifactId>
<packaging>jar</packaging>
<version><!-- see Releases --></version>
</dependency>
Using Spring, @Import(OAuth2WebClientConfiguration.class) or run a component scan over travel.wink.sdk.support
and you let the library manage OAuth2 state for you.
You will need a client ID and a client secret to communicate with any of the Wink platform endpoints. You can create your account and get your credentials here:
Steps:
Add your credentials to your property file:
Create 2 environment variables in your preferred way:
If you are developing for WordPress, we've [probably] got you covered. Check out our WordPress plugin:
FAQs
Java libraries for all wink APIs.
We found that travel.wink:iam-sdk-java demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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.