fly-uglify
Advanced tools
Comparing version 2.1.0 to 2.1.1
'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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
74519
0