Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@postman/postman-sdk
Advanced tools
This SDK instruments express app to capture http requests for auto-generating accurate postman live collections.
This SDK instruments express app to capture http requests for auto-generating accurate postman live collections.
npm install @postman/postman-sdk
At the top of your app.js file, before app is initialized add this.
initialize({
collectionId: 'postman-collection-id'
apiKey: '<your-postman-api-key>'
});
SDK's initialization can be configured with these values
initialize(
collectionId: '<postmanCollectionId>'
apiKey: '<apiKey>',
redactSensitiveData: {
enable: true,
rules: {
apiToken: 'PMAK-[a-f0-9]' // Sample rule, you can add your own regex
}
}
)
initialize({
...otherParams,
ignoreIncomingRequests: (request) => {
return request.url.includes('knockknock')
}
})
initialize({
...otherParams,
ignoreOutgoingRequests: (request) => {
return request.headers['User-Agent'].includes('ignoreme')
}
})
FAQs
![Postman](https://user-images.githubusercontent.com/117167853/230871188-0b05ff7c-8b61-401b-9d9a-4c1cb79ade88.jpg)
The npm package @postman/postman-sdk receives a total of 58 weekly downloads. As such, @postman/postman-sdk popularity was classified as not popular.
We found that @postman/postman-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 376 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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.