
Research
wget to Wipeout: Malicious Go Modules Fetch Destructive Payload
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
react-excel-preview
Advanced tools
npm i react-excel-preview
支持excel预览的react组件库。
npm install react-excel-preview
通过网络地址预览示例如下
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import ReactExcelPreview from 'react-excel-preview';
import 'react-excel-preview/dist/index.css'
const App = () => {
return (
<div style={{
width: '100vw',
height: '100vh',
}}>
<ReactExcelPreview
options={{
maxColLength: 3
}}
rowHeight={48}
showGrid={false}
showContextmenu={false}
value={"http://static.shanhuxueyuan.com/demo/excel.xlsx"}></ReactExcelPreview>
</div>
);
};
ReactDOM.render(<App />, document.getElementById('root'));
https://www.npmjs.com/package/@vue-office/excel?activeTab=readme
FAQs
<img src="https://img.shields.io/npm/l/react-exce
The npm package react-excel-preview receives a total of 33 weekly downloads. As such, react-excel-preview popularity was classified as not popular.
We found that react-excel-preview 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
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.