
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
react-forceify
Advanced tools
React wrapper for Forceify
$ npm install react-forceify
# or
$ yarn add react-forceify
# unpkg.com
https://unpkg.com/react-forceify
# npmcdn
https://npmcdn.com/react-forceify
# jsDelivr
https://cdn.jsdelivr.net/npm/react-forceify
import Forceify from 'react-forceify';
import React from 'react';
import ReactDOM from 'react-dom';
class MyApp extends React.Component {
onForce = ({force}) => {
console.log('Force level', force);
}
render () {
return (<Forceify onForce={this.onForce}>
{'child elems'}
</Forceify>)
}
}
ReactDOM.render(<MyApp/>, myMountTarget);
It's target is ES3 compatible-browsers, but it works best within following browser:
| Browser | Supported Version | Recommended Version | Best Version |
|---|---|---|---|
| IE | >9 | >10 | >11 |
| Android | >4.1.2 | >4.4 | >5.1 |
| iOS | >7 | >9 | >10 |
| macOS/OS X | >9 | >10 | >10.12 |
| Firefox | >15 | > 35 | >47 |
MIT
FAQs
Simple, yet powerful touch-force level detector
We found that react-forceify 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.