New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@babel/plugin-syntax-import-attributes

Package Overview
Dependencies
Maintainers
4
Versions
29
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

to
8.0.0-alpha.15

2

lib/index.js

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

}) => {
api.assertVersion("8.0.0-alpha.14");
api.assertVersion("8.0.0-alpha.15");
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-alpha.14",
"version": "8.0.0-alpha.15",
"description": "Allow parsing of the module attributes in the import statement",

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

"dependencies": {
"@babel/helper-plugin-utils": "^8.0.0-alpha.14"
"@babel/helper-plugin-utils": "^8.0.0-alpha.15"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.14"
"@babel/core": "^8.0.0-alpha.15"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.14",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.14"
"@babel/core": "^8.0.0-alpha.15",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.15"
},

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