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

grunt-hazy

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-hazy - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"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

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