Socket
Socket
Sign inDemoInstall

babel-plugin-transform-class-properties

Package Overview
Dependencies
Maintainers
6
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.3 to 7.0.0-alpha.7

8

lib/index.js

@@ -103,5 +103,5 @@ "use strict";

var _prop = _ref5;
var prop = _ref5;
var propNode = _prop.node;
var propNode = prop.node;
if (propNode.decorators && propNode.decorators.length > 0) continue;

@@ -151,5 +151,5 @@

var prop = _ref6;
var _prop = _ref6;
prop.traverse(referenceVisitor, collisionState);
_prop.traverse(referenceVisitor, collisionState);
if (collisionState.collision) break;

@@ -156,0 +156,0 @@ }

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

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