@babel/plugin-proposal-class-static-block
Advanced tools
Comparing version 7.14.3 to 7.14.5
{ | ||
"name": "@babel/plugin-proposal-class-static-block", | ||
"version": "7.14.3", | ||
"version": "7.14.5", | ||
"description": "Allow parsing of class static blocks", | ||
@@ -22,5 +22,5 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-create-class-features-plugin": "^7.14.3", | ||
"@babel/helper-plugin-utils": "^7.13.0", | ||
"@babel/plugin-syntax-class-static-block": "^7.12.13" | ||
"@babel/helper-create-class-features-plugin": "^7.14.5", | ||
"@babel/helper-plugin-utils": "^7.14.5", | ||
"@babel/plugin-syntax-class-static-block": "^7.14.5" | ||
}, | ||
@@ -31,6 +31,10 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "7.14.3", | ||
"@babel/helper-plugin-test-runner": "7.13.10" | ||
"@babel/core": "7.14.5", | ||
"@babel/helper-plugin-test-runner": "7.14.5" | ||
}, | ||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-class-static-block" | ||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-class-static-block", | ||
"engines": { | ||
"node": ">=6.9.0" | ||
}, | ||
"author": "The Babel Team (https://babel.dev/team)" | ||
} |
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
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
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
4296
1