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

fly-uglify

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fly-uglify - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

index.js
'use strict';
const {extname} = require('path');
const {minify} = require('uglify-js');
const extname = require('path').extname;
const minify = require('uglify-js').minify;

@@ -6,0 +6,0 @@ module.exports = function (fly) {

{
"name": "fly-uglify",
"version": "2.1.0",
"version": "2.1.1",
"description": "Uglify plugin for Fly",

@@ -28,3 +28,3 @@ "license": "MIT",

"engines": {
"node": ">= 6"
"node": ">= 4.6"
},

@@ -31,0 +31,0 @@ "xo": {

'use strict';
const {join} = require('path');
const join = require('path').join;
const test = require('tape');

@@ -5,0 +5,0 @@ const Fly = require('fly');

Sorry, the diff of this file is not supported yet

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