@babel/plugin-syntax-import-attributes
Advanced tools
Comparing version 7.22.3 to 7.22.5
{ | ||
"name": "@babel/plugin-syntax-import-attributes", | ||
"version": "7.22.3", | ||
"version": "7.22.5", | ||
"description": "Allow parsing of the module attributes in the import statement", | ||
@@ -19,3 +19,3 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.21.5" | ||
"@babel/helper-plugin-utils": "^7.22.5" | ||
}, | ||
@@ -26,3 +26,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.22.1" | ||
"@babel/core": "^7.22.5" | ||
}, | ||
@@ -29,0 +29,0 @@ "engines": { |
@@ -1,6 +0,6 @@ | ||
# @babel/plugin-syntax-import-assertions | ||
# @babel/plugin-syntax-import-attributes | ||
> Allow parsing of the module assertion attributes in the import statement | ||
> Allow parsing of the module attributes in the import statement | ||
See our website [@babel/plugin-syntax-import-assertions](https://babeljs.io/docs/en/babel-plugin-syntax-import-assertions) for more information. | ||
See our website [@babel/plugin-syntax-import-attributes](https://babeljs.io/docs/en/babel-plugin-syntax-import-attributes) for more information. | ||
@@ -12,3 +12,3 @@ ## Install | ||
```sh | ||
npm install --save-dev @babel/plugin-syntax-import-assertions | ||
npm install --save-dev @babel/plugin-syntax-import-attributes | ||
``` | ||
@@ -19,3 +19,3 @@ | ||
```sh | ||
yarn add @babel/plugin-syntax-import-assertions --dev | ||
yarn add @babel/plugin-syntax-import-attributes --dev | ||
``` |
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
5114
16