
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@getsafle/nft-controller
Advanced tools
Library to enable detection of Non Fungible Tokens (NFT) for any public address across the supported chains.
This library enables the developer to detect Non Fungible Tokens (NFT) for any public address across the supported chains.
Installation
Install the package by running the command,
npm install @getsafle/nft-controller
Import the package into your project using,
const safleNftController = require('@getsafle/nft-controller');
Initialise the class using,
const nftController = new safleNftController.NftController();
Discover the NFTs and get their details
const nfts = await nftController.detectNFTs({ publicAddress, chain, ETHNFTContinuation, PolygonNFTContinuation });
publicAddress - Public address to detect NFTs.chain (optional) - Optional chain parameter to detect the NFTs. Supported chains : Ethereum, Polygon.Get Price Data
const price = await nftController.getPriceData([{ publicAddress, contractAddress, tokenId, chain }]);
publicAddress - Public address of the NFT holder.chain - Chain where the NFT was minted. Supported chains : Ethereum, Polygon.tokenId - TokenId of the NFT to get the price data.contractAddress - Contract address of the NFT collection to get the price data.FAQs
Library to enable detection of Non Fungible Tokens (NFT) for any public address across the supported chains.
We found that @getsafle/nft-controller demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.