Socket
Socket
Sign inDemoInstall

@babel/helper-compilation-targets

Package Overview
Dependencies
Maintainers
4
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-compilation-targets - npm Package Compare versions

Comparing version 8.0.0-alpha.11 to 8.0.0-alpha.12

4

lib/index.js

@@ -235,3 +235,3 @@ import browserslist from 'browserslist';

}
} catch (e) {}
} catch (_) {}
return all;

@@ -257,3 +257,3 @@ }, {});

return semverify(value);
} catch (error) {
} catch (_) {
throw new Error(v.formatMessage(`'${value}' is not a valid value for 'targets.${target}'.`));

@@ -260,0 +260,0 @@ }

{
"name": "@babel/helper-compilation-targets",
"version": "8.0.0-alpha.11",
"version": "8.0.0-alpha.12",
"author": "The Babel Team (https://babel.dev/team)",

@@ -28,5 +28,5 @@ "license": "MIT",

"dependencies": {
"@babel/compat-data": "^8.0.0-alpha.11",
"@babel/helper-validator-option": "^8.0.0-alpha.11",
"browserslist": "^4.22.2",
"@babel/compat-data": "^8.0.0-alpha.12",
"@babel/helper-validator-option": "^8.0.0-alpha.12",
"browserslist": "^4.23.1",
"lru-cache": "^7.14.1",

@@ -36,3 +36,3 @@ "semver": "^7.3.4"

"devDependencies": {
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.11",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.12",
"@types/lru-cache": "^5.1.1",

@@ -39,0 +39,0 @@ "@types/semver": "^5.5.0"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc