@babel/plugin-syntax-pipeline-operator
Advanced tools
Comparing version 7.12.13 to 7.14.5
{ | ||
"name": "@babel/plugin-syntax-pipeline-operator", | ||
"version": "7.12.13", | ||
"version": "7.14.5", | ||
"description": "Allow parsing of the pipeline operator", | ||
@@ -15,3 +15,3 @@ "repository": { | ||
}, | ||
"main": "lib/index.js", | ||
"main": "./lib/index.js", | ||
"keywords": [ | ||
@@ -21,3 +21,3 @@ "babel-plugin" | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.12.13" | ||
"@babel/helper-plugin-utils": "^7.14.5" | ||
}, | ||
@@ -28,4 +28,8 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "7.12.13" | ||
} | ||
"@babel/core": "7.14.5" | ||
}, | ||
"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
3206
1