Socket
Socket
Sign inDemoInstall

@babel/plugin-syntax-class-properties

Package Overview
Dependencies
54
Maintainers
5
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 7.2.0

4

lib/index.js

@@ -21,4 +21,6 @@ "use strict";

return {
name: "syntax-class-properties",
manipulateOptions(opts, parserOpts) {
parserOpts.plugins.push("classProperties", "classPrivateProperties");
parserOpts.plugins.push("classProperties", "classPrivateProperties", "classPrivateMethods");
}

@@ -25,0 +27,0 @@

{
"name": "@babel/plugin-syntax-class-properties",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of class properties",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-properties",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",

@@ -18,4 +21,4 @@ "keywords": [

"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc