Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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

Package Overview
Dependencies
Maintainers
4
Versions
110
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.22.1 to 7.22.5

10

lib/index.js

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

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

@@ -100,3 +100,3 @@ },

}) {
if (file.get(versionKey) !== "7.22.1") return;
if (file.get(versionKey) !== "7.22.5") return;
if (!(0, _features.shouldTransform)(path, file)) return;

@@ -212,3 +212,3 @@ if (path.isClassDeclaration()) (0, _typescript.assertFieldTransformed)(path);

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

@@ -215,0 +215,0 @@ if (decl.isClassDeclaration() && (0, _decorators.hasDecorators)(decl.node)) {

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

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

"dependencies": {
"@babel/helper-annotate-as-pure": "^7.18.6",
"@babel/helper-environment-visitor": "^7.22.1",
"@babel/helper-function-name": "^7.21.0",
"@babel/helper-member-expression-to-functions": "^7.22.0",
"@babel/helper-optimise-call-expression": "^7.18.6",
"@babel/helper-replace-supers": "^7.22.1",
"@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
"@babel/helper-split-export-declaration": "^7.18.6",
"@babel/helper-annotate-as-pure": "^7.22.5",
"@babel/helper-environment-visitor": "^7.22.5",
"@babel/helper-function-name": "^7.22.5",
"@babel/helper-member-expression-to-functions": "^7.22.5",
"@babel/helper-optimise-call-expression": "^7.22.5",
"@babel/helper-replace-supers": "^7.22.5",
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
"@babel/helper-split-export-declaration": "^7.22.5",
"semver": "^6.3.0"

@@ -36,6 +36,6 @@ },

"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/helper-plugin-test-runner": "^7.18.6",
"@babel/core": "^7.22.5",
"@babel/helper-plugin-test-runner": "^7.22.5",
"@babel/plugin-syntax-class-static-block": "^7.14.5",
"@babel/preset-env": "^7.22.1"
"@babel/preset-env": "^7.22.5"
},

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

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