Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "grunt-hazy", | ||
"description": "A grunt plugin that encrypt/decode/obfuscate your javascript and php files.", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"homepage": "https://github.com/ralphcrisostomo/grunt-hazy", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -55,11 +55,20 @@ # grunt-hazy | ||
### Usage Examples | ||
### Sample Output | ||
#### PHP | ||
In this example, we have the basic setup. So if the `sample.php` file has the content: | ||
```<?php echo 'hello world'; ?>``` | ||
```php | ||
<?php echo 'hello world'; ?> | ||
``` | ||
The generated result would be : | ||
```<?php eval("?>".base64_decode("PD9waHAgZWNobyAnaGVsbG8gd29ybGQnOyA/Pg==")."<?");?>``` | ||
```php | ||
<?php eval("?>".base64_decode("PD9waHAgZWNobyAnaGVsbG8gd29ybGQnOyA/Pg==")."<?"); ?> | ||
``` | ||
### Usage Examples | ||
#### BASIC SETUP | ||
```js | ||
@@ -66,0 +75,0 @@ grunt.initConfig({ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
11647
144