You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@babel/plugin-syntax-class-static-block

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-syntax-class-static-block - npm Package Compare versions

Comparing version

to
7.14.5

10

package.json
{
"name": "@babel/plugin-syntax-class-static-block",
"version": "7.12.13",
"version": "7.14.5",
"description": "Allow parsing of class static blocks",

@@ -23,7 +23,11 @@ "repository": {

"dependencies": {
"@babel/helper-plugin-utils": "^7.12.13"
"@babel/helper-plugin-utils": "^7.14.5"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"engines": {
"node": ">=6.9.0"
},
"author": "The Babel Team (https://babel.dev/team)"
}