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
0
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.25.9

12

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

@@ -35,5 +35,5 @@ "repository": {

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

@@ -44,4 +44,4 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/helper-plugin-test-runner": "^7.25.7",
"@babel/core": "^7.25.9",
"@babel/helper-plugin-test-runner": "^7.25.9",
"babel-plugin-polyfill-corejs3": "^0.10.6"

@@ -48,0 +48,0 @@ },