
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
eslint-plugin-reanimated
Advanced tools
[](https://www.npmjs.com/package/eslint-plugin-reanimated) [](https://github.com/wcandillon/esli
The goal of this plugin is to help you when writing animation worklets with Reanimated.
This plugin requires your project to use TypeScript (>=4.1.3).
yarn add eslint-plugin-reanimated --dev
External type declaration need to expose the @worklet
JSDoc.
In the case of react-native-redash
, this is done starting version 16.0.6
(see js-function-in-worklet).
The plugin relies on TypeScript compiler services to resolve types.
You need to set your tsconfig.json
file in your eslint configuration via parserOptions
.
{
"extends": "react-native-wcandillon",
"plugins": ["reanimated"],
"parserOptions": {
"project": "./tsconfig.json"
},
"rules": {
"reanimated/js-function-in-worklet": 2,
}
}
FAQs
[](https://www.npmjs.com/package/eslint-plugin-reanimated) [](https://github.com/wcandillon/esli
The npm package eslint-plugin-reanimated receives a total of 2,847 weekly downloads. As such, eslint-plugin-reanimated popularity was classified as popular.
We found that eslint-plugin-reanimated 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
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.