Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-helper-explode-class

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-helper-explode-class - npm Package Compare versions

Comparing version 7.0.0-alpha.15 to 7.0.0-alpha.16

7

lib/index.js

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

classPath.assertClass();
var memoisedExpressions = [];

@@ -13,3 +12,2 @@

if (!path.node || path.isPure()) return;
var uid = classPath.scope.generateDeclaredUidIdentifier();

@@ -22,5 +20,3 @@ memoisedExpressions.push(t.assignmentExpression("=", uid, path.node));

if (!Array.isArray(paths) || !paths.length) return;
paths = paths.reverse();
(0, _babelHelperBindifyDecorators2.default)(paths);

@@ -41,3 +37,2 @@

var path = _ref;
maybeMemoise(path);

@@ -49,4 +44,4 @@ }

memoiseDecorators(classPath.get("decorators"), true);
var methods = classPath.get("body.body");
var methods = classPath.get("body.body");
for (var _iterator2 = methods, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : _iterator2[Symbol.iterator]();;) {

@@ -53,0 +48,0 @@ var _ref2;

8

package.json
{
"name": "babel-helper-explode-class",
"version": "7.0.0-alpha.15",
"version": "7.0.0-alpha.16",
"description": "Helper function to explode class",

@@ -9,6 +9,6 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class",

"dependencies": {
"babel-helper-bindify-decorators": "7.0.0-alpha.15",
"babel-traverse": "7.0.0-alpha.15",
"babel-types": "7.0.0-alpha.15"
"babel-helper-bindify-decorators": "7.0.0-alpha.16",
"babel-traverse": "7.0.0-alpha.16",
"babel-types": "7.0.0-alpha.16"
}
}
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