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
6
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.13.0 to 7.13.8

6

lib/index.js

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

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

@@ -54,3 +54,3 @@

if (loose) {
if (loose === true) {
const explicit = [];

@@ -145,3 +145,3 @@

if (path.isStaticBlock == null ? void 0 : path.isStaticBlock()) {
if (path.isStaticBlock != null && path.isStaticBlock()) {
throw path.buildCodeFrameError(`Incorrect plugin order, \`@babel/plugin-proposal-class-static-block\` should be placed before class features plugins

@@ -148,0 +148,0 @@ {

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

@@ -31,5 +31,6 @@ "license": "MIT",

"devDependencies": {
"@babel/core": "7.13.0",
"@babel/helper-plugin-test-runner": "7.12.13"
"@babel/core": "7.13.8",
"@babel/helper-plugin-test-runner": "7.12.13",
"@babel/preset-env": "7.13.8"
}
}
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