Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
4
Versions
107
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.18.9 to 7.18.13

2

lib/index.js

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

const version = "7.18.9".split(".").reduce((v, x) => v * 1e5 + +x, 0);
const version = "7.18.13".split(".").reduce((v, x) => v * 1e5 + +x, 0);
const versionKey = "@babel/plugin-class-features/version";

@@ -45,0 +45,0 @@

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

@@ -33,6 +33,6 @@ "license": "MIT",

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

@@ -39,0 +39,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