@babel/helper-create-regexp-features-plugin
Advanced tools
Comparing version 7.21.0 to 7.21.4
@@ -12,3 +12,3 @@ "use strict"; | ||
var _helperAnnotateAsPure = require("@babel/helper-annotate-as-pure"); | ||
const version = "7.21.0".split(".").reduce((v, x) => v * 1e5 + +x, 0); | ||
const version = "7.21.4".split(".").reduce((v, x) => v * 1e5 + +x, 0); | ||
const versionKey = "@babel/plugin-regexp-features/version"; | ||
@@ -15,0 +15,0 @@ function createRegExpFeaturePlugin({ |
{ | ||
"name": "@babel/helper-create-regexp-features-plugin", | ||
"version": "7.21.0", | ||
"version": "7.21.4", | ||
"author": "The Babel Team (https://babel.dev/team)", | ||
@@ -28,3 +28,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@babel/core": "^7.21.0", | ||
"@babel/core": "^7.21.4", | ||
"@babel/helper-plugin-test-runner": "^7.18.6" | ||
@@ -31,0 +31,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
26706