@babel/helper-create-regexp-features-plugin
Advanced tools
Comparing version 7.8.8 to 7.10.1
{ | ||
"name": "@babel/helper-create-regexp-features-plugin", | ||
"version": "7.8.8", | ||
"version": "7.10.1", | ||
"author": "The Babel Team (https://babeljs.io/team)", | ||
@@ -9,3 +9,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/babel/babel", | ||
"url": "https://github.com/babel/babel.git", | ||
"directory": "packages/babel-helper-create-regexp-features-plugin" | ||
@@ -22,4 +22,4 @@ }, | ||
"dependencies": { | ||
"@babel/helper-annotate-as-pure": "^7.8.3", | ||
"@babel/helper-regex": "^7.8.3", | ||
"@babel/helper-annotate-as-pure": "^7.10.1", | ||
"@babel/helper-regex": "^7.10.1", | ||
"regexpu-core": "^4.7.0" | ||
@@ -31,6 +31,6 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.8.6", | ||
"@babel/helper-plugin-test-runner": "^7.8.3" | ||
"@babel/core": "^7.10.1", | ||
"@babel/helper-plugin-test-runner": "^7.10.1" | ||
}, | ||
"gitHead": "c831a2450dbf252c75750a455c63e1016c2f2244" | ||
"gitHead": "88f57a7ea659d25232bf62de1efceb5d6299b8cf" | ||
} |
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
7842