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

@babel/plugin-proposal-json-modules

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-proposal-json-modules - npm Package Compare versions

Comparing version

to
7.24.6

tsconfig.json

2

lib/index.js

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

} = api;
api.assertVersion("^7.22.0");
api.assertVersion("^7.22.0 || >8.0.0-alpha <8.0.0-beta");
const targets = api.targets();

@@ -18,0 +18,0 @@ let helperESM;

{
"name": "@babel/plugin-proposal-json-modules",
"version": "7.24.3",
"version": "7.24.6",
"description": "Transform json modules imports (`import '...' with { type: 'json' }`) to work in browsers and Node.js.",

@@ -17,3 +17,6 @@ "repository": {

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

@@ -33,5 +36,5 @@ },

"dependencies": {
"@babel/helper-import-to-platform-api": "^7.24.1",
"@babel/helper-plugin-utils": "^7.24.0",
"@babel/plugin-syntax-import-attributes": "^7.24.1"
"@babel/helper-import-to-platform-api": "^7.24.6",
"@babel/helper-plugin-utils": "^7.24.6",
"@babel/plugin-syntax-import-attributes": "^7.24.6"
},

@@ -42,4 +45,4 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/helper-plugin-test-runner": "^7.24.1",
"@babel/core": "^7.24.6",
"@babel/helper-plugin-test-runner": "^7.24.6",
"babel-plugin-polyfill-corejs3": "^0.10.4"

@@ -46,0 +49,0 @@ },

Sorry, the diff of this file is not supported yet