
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@redefined/name-resolver-react
Advanced tools
Simple input component that will help resolve domains on services such as Redefined, ENS and Unstoppable.
See redefined-name-resolver-react for live demos.
redefined-name-resolver-react is founded by E2xLabs. We will be glad to see the integration of our library in other services.
Features include:
The easiest way to use react-select is to install it from npm and build it into your app with Webpack.
npm i redefined-name-resolver-react
Then use it in your app:
import React from 'react';
import {RedefinedDomainResolver} from "@redefined/name-resolver-react";
export default function App() {
return (
<div className="App">
<RedefinedDomainResolver onUpdate={(res) => console.log(res)} />
</div>
);
}
Common props you may want to specify include:
autoFocus: boolean - focus the control when it mountstheme: "dark" | "light" - apply a dark or light theme to the componentwidth: string - set component widthdisabled: boolean - disable the controlonUpdate: (res: Account | null) => void - subscribe to select eventhiddenAddressGap: { leadingCharLimit: number; trailingCharLimit: number; } - specify the size of the address hidden. For example, for an address with the following parameters hiddenAddressGap={{leadingCharLimit: 4, trailingCharLimit: 6}} you can see following result: 0x6B ... D55d04resolverOptions - change the resolver options for Resolver engine such as specify resolver services or set nodesAs a result event, you get an object of the following type
type Account = { address: string, network: string, from: string }
FAQs
React component to resolve crypto names
We found that @redefined/name-resolver-react 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.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.