@babel/plugin-proposal-regexp-modifiers
Advanced tools
Comparing version 7.21.4-esm.3 to 7.21.4-esm.4
@@ -1,12 +0,6 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default = void 0; | ||
var _helperCreateRegexpFeaturesPlugin = require("@babel/helper-create-regexp-features-plugin"); | ||
var _helperPluginUtils = require("@babel/helper-plugin-utils"); | ||
var _default = (0, _helperPluginUtils.declare)(api => { | ||
import { createRegExpFeaturePlugin } from "@babel/helper-create-regexp-features-plugin"; | ||
import { declare } from "@babel/helper-plugin-utils"; | ||
export default declare(api => { | ||
api.assertVersion("^7.19.0"); | ||
return (0, _helperCreateRegexpFeaturesPlugin.createRegExpFeaturePlugin)({ | ||
return createRegExpFeaturePlugin({ | ||
name: "proposal-regexp-modifiers", | ||
@@ -16,4 +10,3 @@ feature: "modifiers" | ||
}); | ||
exports.default = _default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@babel/plugin-proposal-regexp-modifiers", | ||
"version": "7.21.4-esm.3", | ||
"version": "7.21.4-esm.4", | ||
"description": "Compile inline regular expression modifiers", | ||
@@ -24,4 +24,4 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-regexp-modifiers", | ||
"dependencies": { | ||
"@babel/helper-create-regexp-features-plugin": "7.21.4-esm.3", | ||
"@babel/helper-plugin-utils": "7.21.4-esm.3" | ||
"@babel/helper-create-regexp-features-plugin": "7.21.4-esm.4", | ||
"@babel/helper-plugin-utils": "7.21.4-esm.4" | ||
}, | ||
@@ -32,3 +32,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "7.21.4-esm.3" | ||
"@babel/core": "7.21.4-esm.4" | ||
}, | ||
@@ -35,0 +35,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
6
3832
10
1
+ Added@babel/helper-annotate-as-pure@7.21.4-esm.4(transitive)
+ Added@babel/helper-create-regexp-features-plugin@7.21.4-esm.4(transitive)
+ Added@babel/helper-plugin-utils@7.21.4-esm.4(transitive)
+ Added@babel/helper-string-parser@7.21.4-esm.4(transitive)
+ Added@babel/helper-validator-identifier@7.21.4-esm.4(transitive)
+ Added@babel/types@7.21.4-esm.4(transitive)
- Removed@babel/helper-annotate-as-pure@7.21.4-esm.3(transitive)
- Removed@babel/helper-create-regexp-features-plugin@7.21.4-esm.3(transitive)
- Removed@babel/helper-plugin-utils@7.21.4-esm.3(transitive)
- Removed@babel/helper-string-parser@7.21.4-esm.3(transitive)
- Removed@babel/helper-validator-identifier@7.21.4-esm.3(transitive)
- Removed@babel/types@7.21.4-esm.3(transitive)
Updated@babel/helper-create-regexp-features-plugin@7.21.4-esm.4