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

uglify-php

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uglify-php - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

lib/index.js
/*!
* Copyright (C) Flávio Reis (MIT License)
* @package php-parser
* @version 1.0.2
* @version 1.0.3
* @authors https://github.com/flavior121/uglify-php/graphs/contributors

@@ -6,0 +6,0 @@ */

{
"name": "uglify-php",
"version": "1.0.2",
"version": "1.0.3",
"description": "UglifyPHP is a JavaScript minifier and obfuscator for PHP files.",

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

@@ -19,3 +19,3 @@ # UglifyPHP

UglifyPHP.minify("file.php", { // optional options object
UglifyPHP.minify("C:/web/file.php", { // optional options object
"excludes": [

@@ -43,3 +43,3 @@ '$GLOBALS',

},
"output": "file_min.php" // If it's empty the promise will return the minified source code
"output": "C:/web/file_min.php" // If it's empty the promise will return the minified source code
}).then(function (source) {

@@ -46,0 +46,0 @@ console.log(source);

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