Socket
Socket
Sign inDemoInstall

@babel/core

Package Overview
Dependencies
48
Maintainers
4
Versions
187
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 7.0.1

1

lib/transformation/file/file.js

@@ -186,2 +186,3 @@ "use strict";

if (_semver().default.valid(versionRange)) versionRange = `^${versionRange}`;
return typeof versionRange !== "string" || !_semver().default.intersects(`<${minVersion}`, versionRange) && !_semver().default.intersects(`>=8.0.0`, versionRange);

@@ -188,0 +189,0 @@ }

2

package.json
{
"name": "@babel/core",
"version": "7.0.0",
"version": "7.0.1",
"description": "Babel compiler core.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc