New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-transform-inline-consecutive-adds

Package Overview
Dependencies
Maintainers
6
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-inline-consecutive-adds - npm Package Compare versions

Comparing version 0.3.0-alpha.a7421897 to 0.3.0-alpha.ac576234

3

lib/index.js

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

var body = varDecl.parentPath.get("body");
if (!collapser.isInitTypeValid(init)) {

@@ -163,2 +162,4 @@ return;

var body = varDecl.parentPath.get("body");
var _getContiguousStateme = getContiguousStatementsAndExpressions(body, startIndex + 1, body.length, collapser.isExpressionTypeValid, collapser.getExpressionChecker(name, checkReference)),

@@ -165,0 +166,0 @@ _getContiguousStateme2 = _slicedToArray(_getContiguousStateme, 2),

{
"name": "babel-plugin-transform-inline-consecutive-adds",
"version": "0.3.0-alpha.a7421897",
"version": "0.3.0-alpha.ac576234",
"description": "This plugin inlines consecutive property assignments, array pushes, etc.",

@@ -5,0 +5,0 @@ "keywords": [

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