
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.
@traveloka/react-native-pace
Advanced tools
 [](https://circleci.com/gh/traveloka/react-native-pace) [ {
return (
<Pace>
{({ progress, status }) => (
...
)}
</Pace>
);
}
// TODO
or
cd Example
yarn
react-native run-ios
var Pace = require('@traveloka/react-native-pace').Pace; // ES5
import { Pace } from '@traveloka/react-native-Pace'; // ES6
| variable | Type | Default Value | Description |
|---|---|---|---|
| progress | number | 0 | start from 0 to 100 |
| status | `IDLE | START | DONE` |
| Property | Type | Default Value | Description |
|---|---|---|---|
| resetDelay | number | 1000 | delay from done to idle |
| config.blackListContentTypes | RegExp | none | black list content types |
| config.blackListUrls | RegExp | none | black list urls |
| config.whiteListUrls | RegExp | none | white list urls |
We'd to have your helping hand on this package! Feel free to PR's, add issues or give feedback!
Written by Jacky Wijaya (@jekiwijaya) at Traveloka.
FAQs
 [](https://circleci.com/gh/traveloka/react-native-pace) [
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.