babel-plugin-react-compiler
Advanced tools
Comparing version 0.0.0 to 19.0.0-beta-0dec889-20241115
{ | ||
"name": "babel-plugin-react-compiler", | ||
"version": "0.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "19.0.0-beta-0dec889-20241115", | ||
"description": "Babel plugin for React Compiler.", | ||
"main": "dist/index.js", | ||
"license": "MIT", | ||
"files": [ | ||
"dist", | ||
"!*.tsbuildinfo" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "rimraf dist && rollup --config --bundleConfigAsCjs", | ||
"test": "./scripts/link-react-compiler-runtime.sh && yarn snap:ci", | ||
"jest": "yarn build && ts-node node_modules/.bin/jest", | ||
"snap": "node ../snap/dist/main.js", | ||
"snap:build": "yarn workspace snap run build", | ||
"snap:ci": "yarn snap:build && yarn snap", | ||
"ts:analyze-trace": "scripts/ts-analyze-trace.sh", | ||
"lint": "yarn eslint src" | ||
}, | ||
"author": "", | ||
"license": "MIT" | ||
"dependencies": { | ||
"@babel/types": "^7.19.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.2.0", | ||
"@babel/generator": "7.2.0", | ||
"@babel/parser": "^7.2.0", | ||
"@babel/plugin-syntax-typescript": "^7.18.6", | ||
"@babel/plugin-transform-block-scoping": "^7.18.9", | ||
"@babel/plugin-transform-modules-commonjs": "^7.18.6", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@babel/traverse": "^7.2.0", | ||
"@testing-library/react": "^13.4.0", | ||
"@tsconfig/node18-strictest": "^1.0.0", | ||
"@types/glob": "^8.1.0", | ||
"@types/invariant": "^2.2.35", | ||
"@types/jest": "^29.0.3", | ||
"@types/node": "^18.7.18", | ||
"@typescript-eslint/eslint-plugin": "^8.7.0", | ||
"@typescript-eslint/parser": "^8.7.0", | ||
"babel-jest": "^29.0.3", | ||
"babel-plugin-fbt": "^1.0.0", | ||
"babel-plugin-fbt-runtime": "^1.0.0", | ||
"chalk": "4", | ||
"eslint": "^8.57.1", | ||
"glob": "^7.1.6", | ||
"invariant": "^2.2.4", | ||
"jest": "^29.0.3", | ||
"jest-environment-jsdom": "^29.0.3", | ||
"pretty-format": "^24", | ||
"react": "0.0.0-experimental-0bc30748-20241028", | ||
"react-dom": "0.0.0-experimental-0bc30748-20241028", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^29.1.1", | ||
"ts-node": "^10.9.2", | ||
"zod": "^3.22.4", | ||
"zod-validation-error": "^2.1.0" | ||
}, | ||
"resolutions": { | ||
"./**/@babel/parser": "7.7.4", | ||
"./**/@babel/plugin-syntax-flow": "7.7.4", | ||
"./**/@babel/types": "7.7.4", | ||
"@babel/core": "7.2.0", | ||
"@babel/generator": "7.2.0", | ||
"@babel/traverse": "7.7.4" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/facebook/react.git", | ||
"directory": "compiler/packages/babel-plugin-react-compiler" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
5069925
3
1000
0
2
0
6
0
107
22
107
1
34
43
+ Added@babel/types@^7.19.0
+ Added@babel/helper-string-parser@7.25.9(transitive)
+ Added@babel/helper-validator-identifier@7.25.9(transitive)
+ Added@babel/types@7.26.3(transitive)