Socket
Socket
Sign inDemoInstall

@babel/plugin-syntax-import-attributes

Package Overview
Dependencies
Maintainers
4
Versions
21
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 7.24.1 to 7.24.6

tsconfig.json

2

lib/index.js

@@ -11,3 +11,3 @@ "use strict";

}) => {
api.assertVersion("^7.22.0");
api.assertVersion("^7.22.0 || >8.0.0-alpha <8.0.0-beta");
if (deprecatedAssertSyntax != null && typeof deprecatedAssertSyntax !== "boolean") {

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

{
"name": "@babel/plugin-syntax-import-attributes",
"version": "7.24.1",
"version": "7.24.6",
"description": "Allow parsing of the module attributes in the import statement",

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

"dependencies": {
"@babel/helper-plugin-utils": "^7.24.0"
"@babel/helper-plugin-utils": "^7.24.6"
},

@@ -26,3 +26,3 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.24.1"
"@babel/core": "^7.24.6"
},

@@ -34,3 +34,6 @@ "engines": {

"exports": {
".": "./lib/index.js",
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"

@@ -37,0 +40,0 @@ },

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc