Socket
Socket
Sign inDemoInstall

babel-plugin-minify-infinity

Package Overview
Dependencies
Maintainers
5
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-minify-infinity - npm Package Compare versions

Comparing version 0.3.0-alpha.cf9a0da2 to 0.3.0-alpha.d9c99d3f

6

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 {

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

{
"name": "babel-plugin-minify-infinity",
"version": "0.3.0-alpha.cf9a0da2",
"version": "0.3.0-alpha.d9c99d3f",
"description": "",

@@ -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