🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@babel/plugin-proposal-class-properties

Package Overview
Dependencies
Maintainers
4
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-proposal-class-properties - npm Package Compare versions

Comparing version

to
7.18.6

1

lib/index.js

@@ -16,2 +16,3 @@ "use strict";

name: "proposal-class-properties",
api,
feature: _helperCreateClassFeaturesPlugin.FEATURES.fields,

@@ -18,0 +19,0 @@ loose: options.loose,

19

package.json
{
"name": "@babel/plugin-proposal-class-properties",
"version": "7.12.13",
"version": "7.18.6",
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",

@@ -15,3 +15,3 @@ "repository": {

},
"main": "lib/index.js",
"main": "./lib/index.js",
"keywords": [

@@ -21,4 +21,4 @@ "babel-plugin"

"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.12.13",
"@babel/helper-plugin-utils": "^7.12.13"
"@babel/helper-create-class-features-plugin": "^7.18.6",
"@babel/helper-plugin-utils": "^7.18.6"
},

@@ -29,5 +29,10 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "7.12.13",
"@babel/helper-plugin-test-runner": "7.12.13"
}
"@babel/core": "^7.18.6",
"@babel/helper-plugin-test-runner": "^7.18.6"
},
"engines": {
"node": ">=6.9.0"
},
"author": "The Babel Team (https://babel.dev/team)",
"type": "commonjs"
}