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.8

2

lib/index.js

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

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

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

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

@@ -32,13 +32,13 @@ "repository": {

"dependencies": {
"@babel/helper-import-to-platform-api": "^8.0.0-alpha.7",
"@babel/helper-plugin-utils": "^8.0.0-alpha.7",
"@babel/plugin-syntax-import-attributes": "^8.0.0-alpha.7"
"@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"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.7"
"@babel/core": "^8.0.0-alpha.8"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.7",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.7",
"babel-plugin-polyfill-corejs3": "^0.8.7"
"@babel/core": "^8.0.0-alpha.8",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.8",
"babel-plugin-polyfill-corejs3": "^0.10.4"
},

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

Sorry, the diff of this file is not supported yet