Socket
Socket
Sign inDemoInstall

@babel/helper-create-class-features-plugin

Package Overview
Dependencies
Maintainers
4
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-create-class-features-plugin - npm Package Compare versions

Comparing version 7.25.4 to 7.25.7

10

lib/index.js

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

if (typeof file.get(versionKey) === "number") {
file.set(versionKey, "7.25.4");
file.set(versionKey, "7.25.7");
return;
}
}
if (!file.get(versionKey) || _semver.lt(file.get(versionKey), "7.25.4")) {
file.set(versionKey, "7.25.4");
if (!file.get(versionKey) || _semver.lt(file.get(versionKey), "7.25.7")) {
file.set(versionKey, "7.25.7");
}

@@ -112,3 +112,3 @@ },

var _ref;
if (file.get(versionKey) !== "7.25.4") return;
if (file.get(versionKey) !== "7.25.7") return;
if (!(0, _features.shouldTransform)(path, file)) return;

@@ -234,3 +234,3 @@ const pathIsClassDeclaration = path.isClassDeclaration();

{
if (file.get(versionKey) !== "7.25.4") return;
if (file.get(versionKey) !== "7.25.7") return;
const decl = path.get("declaration");

@@ -237,0 +237,0 @@ if (decl.isClassDeclaration() && (0, _decorators2.hasDecorators)(decl.node)) {

{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.25.4",
"version": "7.25.7",
"author": "The Babel Team (https://babel.dev/team)",

@@ -21,8 +21,8 @@ "license": "MIT",

"dependencies": {
"@babel/helper-annotate-as-pure": "^7.24.7",
"@babel/helper-member-expression-to-functions": "^7.24.8",
"@babel/helper-optimise-call-expression": "^7.24.7",
"@babel/helper-replace-supers": "^7.25.0",
"@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
"@babel/traverse": "^7.25.4",
"@babel/helper-annotate-as-pure": "^7.25.7",
"@babel/helper-member-expression-to-functions": "^7.25.7",
"@babel/helper-optimise-call-expression": "^7.25.7",
"@babel/helper-replace-supers": "^7.25.7",
"@babel/helper-skip-transparent-expression-wrappers": "^7.25.7",
"@babel/traverse": "^7.25.7",
"semver": "^6.3.1"

@@ -34,5 +34,5 @@ },

"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/helper-plugin-test-runner": "^7.24.7",
"@babel/preset-env": "^7.25.4",
"@babel/core": "^7.25.7",
"@babel/helper-plugin-test-runner": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@types/charcodes": "^0.2.0",

@@ -39,0 +39,0 @@ "charcodes": "^0.2.0"

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