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

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

Package Overview
Dependencies
Maintainers
4
Versions
109
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.20.5 to 7.20.7

3

lib/fields.js

@@ -334,3 +334,4 @@ "use strict";

boundGet(member) {
return _core.types.callExpression(_core.types.memberExpression(this.get(member), _core.types.identifier("bind")), [_core.types.cloneNode(member.node.object)]);
return _core.types.callExpression(_core.types.memberExpression(this.get(member), _core.types.identifier("bind")),
[_core.types.cloneNode(member.node.object)]);
},

@@ -337,0 +338,0 @@ simpleSet(member) {

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

var _typescript = require("./typescript");
const version = "7.20.5".split(".").reduce((v, x) => v * 1e5 + +x, 0);
const version = "7.20.7".split(".").reduce((v, x) => v * 1e5 + +x, 0);
const versionKey = "@babel/plugin-class-features/version";

@@ -42,0 +42,0 @@ function createClassFeaturePlugin({

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

@@ -24,5 +24,5 @@ "license": "MIT",

"@babel/helper-function-name": "^7.19.0",
"@babel/helper-member-expression-to-functions": "^7.18.9",
"@babel/helper-member-expression-to-functions": "^7.20.7",
"@babel/helper-optimise-call-expression": "^7.18.6",
"@babel/helper-replace-supers": "^7.19.1",
"@babel/helper-replace-supers": "^7.20.7",
"@babel/helper-split-export-declaration": "^7.18.6"

@@ -34,3 +34,3 @@ },

"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/core": "^7.20.7",
"@babel/helper-plugin-test-runner": "^7.18.6",

@@ -37,0 +37,0 @@ "@babel/plugin-syntax-class-static-block": "^7.14.5",

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