Socket
Socket
Sign inDemoInstall

babel-plugin-transform-class-properties

Package Overview
Dependencies
Maintainers
5
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-class-properties - npm Package Compare versions

Comparing version 7.0.0-alpha.18 to 7.0.0-alpha.19

10

lib/index.js

@@ -66,10 +66,10 @@ "use strict";

var _path2 = _ref4;
var _path = _ref4;
if (_path2.isClassProperty()) {
props.push(_path2);
} else if (_path2.isClassMethod({
if (_path.isClassProperty()) {
props.push(_path);
} else if (_path.isClassMethod({
kind: "constructor"
})) {
constructor = _path2;
constructor = _path;
}

@@ -76,0 +76,0 @@ }

{
"name": "babel-plugin-transform-class-properties",
"version": "7.0.0-alpha.18",
"version": "7.0.0-alpha.19",
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",

@@ -12,9 +12,9 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties",

"dependencies": {
"babel-helper-function-name": "7.0.0-alpha.18",
"babel-plugin-syntax-class-properties": "7.0.0-alpha.18",
"babel-template": "7.0.0-alpha.18"
"babel-helper-function-name": "7.0.0-alpha.19",
"babel-plugin-syntax-class-properties": "7.0.0-alpha.19",
"babel-template": "7.0.0-alpha.19"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-alpha.18"
"babel-helper-plugin-test-runner": "7.0.0-alpha.19"
}
}
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