Socket
Socket
Sign inDemoInstall

babel-plugin-minify-infinity

Package Overview
Dependencies
0
Maintainers
5
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0-alpha.7b176463 to 0.5.0-alpha.85c9b6d8

13

lib/index.js
"use strict";
module.exports = function (_ref) {
var t = _ref.types;
var INFINITY = t.binaryExpression("/", t.numericLiteral(1), t.numericLiteral(0));
module.exports = function ({
types: t
}) {
const INFINITY = t.binaryExpression("/", t.numericLiteral(1), t.numericLiteral(0));
return {

@@ -30,3 +31,7 @@ name: "minify-infinity",

if (path.isLVal() && !path.parentPath.isExpressionStatement()) {
const bindingIds = path.parentPath.getBindingIdentifierPaths();
if (bindingIds["Infinity"] === path && // ObjectProperty is common for ObjectExpression and ObjectPattern and only
// one of them is a Binding, the other is simply a reference
!path.parentPath.parentPath.isObjectExpression()) {
return;

@@ -33,0 +38,0 @@ }

{
"name": "babel-plugin-minify-infinity",
"version": "0.5.0-alpha.7b176463",
"version": "0.5.0-alpha.85c9b6d8",
"description": "",

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

@@ -20,3 +20,3 @@ # babel-plugin-minify-infinity

```sh
npm install babel-plugin-minify-infinity
npm install babel-plugin-minify-infinity --save-dev
```

@@ -23,0 +23,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc