Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-reanimated

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-reanimated - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

dist/index.js

24

package.json
{
"name": "eslint-plugin-reanimated",
"version": "1.0.3",
"main": "dist/src/index.js",
"version": "1.0.4",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"prepublish": "tsc",
"prepublish": "yarn build",
"test": "jest --coverage",
"lint": "eslint --ext .ts,.tsx . --max-warnings 0",
"tsc": "tsc",
"build": "tsc -b tsconfig.build.json",
"ci": "yarn lint && yarn tsc && yarn test",
"semantic-release": "semantic-release"
},
"files": [
"dist"
],
"author": {

@@ -20,12 +24,16 @@ "name": "William Candillon",

"@types/node": "^14.14.20",
"@typescript-eslint/experimental-utils": "^4.12.0",
"eslint": "^7.17.0",
"eslint-config-react-native-wcandillon": "^3.3.6",
"jest": "^26.6.3",
"react-native-reanimated": "2.0.0-rc.1",
"react-native-redash": "^16.0.6",
"ts-jest": "^26.4.4",
"eslint-config-react-native-wcandillon": "^3.3.6",
"semantic-release": "^17.3.1"
"semantic-release": "^17.3.1",
"ts-jest": "^26.4.4"
},
"peerDependencies": {
"eslint": ">=7.17.0",
"typescript": ">=4.1.3"
},
"dependencies": {
"eslint": "^7.17.0",
"@typescript-eslint/experimental-utils": "^4.12.0",
"typescript": "^4.1.3"

@@ -32,0 +40,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc