You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@babel/plugin-syntax-import-attributes

Package Overview
Dependencies
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-syntax-import-attributes - npm Package Compare versions

Comparing version
8.0.0-beta.0
to
8.0.0-beta.1
+1
-1
lib/index.js

@@ -6,3 +6,3 @@ import { declare } from '@babel/helper-plugin-utils';

}) => {
api.assertVersion("8.0.0-beta.0");
api.assertVersion("8.0.0-beta.1");
if (deprecatedAssertSyntax != null && typeof deprecatedAssertSyntax !== "boolean") {

@@ -9,0 +9,0 @@ throw new Error("'deprecatedAssertSyntax' must be a boolean, if specified.");

{
"name": "@babel/plugin-syntax-import-attributes",
"version": "8.0.0-beta.0",
"version": "8.0.0-beta.1",
"description": "Allow parsing of the module attributes in the import statement",

@@ -19,10 +19,10 @@ "repository": {

"dependencies": {
"@babel/helper-plugin-utils": "^8.0.0-beta.0"
"@babel/helper-plugin-utils": "^8.0.0-beta.1"
},
"peerDependencies": {
"@babel/core": "^8.0.0-beta.0"
"@babel/core": "^8.0.0-beta.1"
},
"devDependencies": {
"@babel/core": "^8.0.0-beta.0",
"@babel/helper-plugin-test-runner": "^8.0.0-beta.0"
"@babel/core": "^8.0.0-beta.1",
"@babel/helper-plugin-test-runner": "^8.0.0-beta.1"
},

@@ -29,0 +29,0 @@ "engines": {