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
8.0.0-alpha.9

lib/index.d.ts

2

lib/index.js

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

} = api;
api.assertVersion("8.0.0-alpha.8");
api.assertVersion("8.0.0-alpha.9");
const targets = api.targets();

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

{
"name": "@babel/plugin-proposal-json-modules",
"version": "8.0.0-alpha.8",
"version": "8.0.0-alpha.9",
"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,16 +36,16 @@ },

"dependencies": {
"@babel/helper-import-to-platform-api": "^8.0.0-alpha.8",
"@babel/helper-plugin-utils": "^8.0.0-alpha.8",
"@babel/plugin-syntax-import-attributes": "^8.0.0-alpha.8"
"@babel/helper-import-to-platform-api": "^8.0.0-alpha.9",
"@babel/helper-plugin-utils": "^8.0.0-alpha.9",
"@babel/plugin-syntax-import-attributes": "^8.0.0-alpha.9"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.8"
"@babel/core": "^8.0.0-alpha.9"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.8",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.8",
"@babel/core": "^8.0.0-alpha.9",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.9",
"babel-plugin-polyfill-corejs3": "^0.10.4"
},
"engines": {
"node": "^16.20.0 || ^18.16.0 || >=20.0.0"
"node": "^18.20.0 || ^20.10.0 || >=21.0.0"
},

@@ -49,0 +52,0 @@ "author": "The Babel Team (https://babel.dev/team)",