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.b5bafaeb to 0.5.0-alpha.e9f96ffe

7

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 {

@@ -7,0 +8,0 @@ name: "minify-infinity",

{
"name": "babel-plugin-minify-infinity",
"version": "0.5.0-alpha.b5bafaeb",
"version": "0.5.0-alpha.e9f96ffe",
"description": "",

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

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