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 7.22.10 to 7.22.15

4

lib/debug.js

@@ -8,4 +8,4 @@ "use strict";

var _semver = require("semver");
var _pretty = require("./pretty");
var _utils = require("./utils");
var _pretty = require("./pretty.js");
var _utils = require("./utils.js");
function getInclusionReasons(item, targetVersions, list) {

@@ -12,0 +12,0 @@ const minVersions = list[item] || {};

@@ -11,3 +11,3 @@ "use strict";

var _plugins = require("@babel/compat-data/plugins");
var _utils = require("./utils");
var _utils = require("./utils.js");
function targetsSupported(target, support) {

@@ -14,0 +14,0 @@ const targetEnvironments = Object.keys(target);

@@ -48,8 +48,8 @@ "use strict";

var _lruCache = require("lru-cache");
var _utils = require("./utils");
var _targets = require("./targets");
var _options = require("./options");
var _pretty = require("./pretty");
var _debug = require("./debug");
var _filterItems = require("./filter-items");
var _utils = require("./utils.js");
var _targets = require("./targets.js");
var _options = require("./options.js");
var _pretty = require("./pretty.js");
var _debug = require("./debug.js");
var _filterItems = require("./filter-items.js");
const ESM_SUPPORT = _nativeModules["es6.module"];

@@ -56,0 +56,0 @@ const v = new _helperValidatorOption.OptionValidator("@babel/helper-compilation-targets");

@@ -9,3 +9,3 @@ "use strict";

var _semver = require("semver");
var _targets = require("./targets");
var _targets = require("./targets.js");
function prettifyVersion(version) {

@@ -12,0 +12,0 @@ if (typeof version !== "string") {

@@ -14,3 +14,3 @@ "use strict";

var _helperValidatorOption = require("@babel/helper-validator-option");
var _targets = require("./targets");
var _targets = require("./targets.js");
const versionRegExp = /^(\d+|\d+.\d+)$/;

@@ -17,0 +17,0 @@ const v = new _helperValidatorOption.OptionValidator("@babel/helper-compilation-targets");

{
"name": "@babel/helper-compilation-targets",
"version": "7.22.10",
"version": "7.22.15",
"author": "The Babel Team (https://babel.dev/team)",

@@ -26,3 +26,3 @@ "license": "MIT",

"@babel/compat-data": "^7.22.9",
"@babel/helper-validator-option": "^7.22.5",
"@babel/helper-validator-option": "^7.22.15",
"browserslist": "^4.21.9",

@@ -29,0 +29,0 @@ "lru-cache": "^5.1.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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