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

@babel/helper-import-to-platform-api

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-import-to-platform-api - npm Package Compare versions

Comparing version

to
8.0.0-alpha.15

12

package.json
{
"name": "@babel/helper-import-to-platform-api",
"version": "8.0.0-alpha.14",
"version": "8.0.0-alpha.15",
"description": "Helper function to transform import statements to platform-specific APIs",

@@ -17,12 +17,12 @@ "repository": {

"dependencies": {
"@babel/helper-compilation-targets": "^8.0.0-alpha.14",
"@babel/helper-module-imports": "^8.0.0-alpha.14"
"@babel/helper-compilation-targets": "^8.0.0-alpha.15",
"@babel/helper-module-imports": "^8.0.0-alpha.15"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.14"
"@babel/core": "^8.0.0-alpha.15"
},
"TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. We can consider exporting it from @babel/core.",
"devDependencies": {
"@babel/core": "^8.0.0-alpha.14",
"@babel/traverse": "^8.0.0-alpha.14"
"@babel/core": "^8.0.0-alpha.15",
"@babel/traverse": "^8.0.0-alpha.15"
},

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