Socket
Socket
Sign inDemoInstall

nandokujs

Package Overview
Dependencies
0
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.23 to 0.0.24

2

index.js

@@ -21,3 +21,3 @@ #!/usr/bin/env node

if(!name || name == "" || name == "-h" || name == "--help") {
console.log("$ nandokujs [js file name] [tally code]")
console.log("$ nandokujs [js file name] [execute eval] [tally code]")
console.log(" [js file name] Set the js file name to be converted.")

@@ -24,0 +24,0 @@ console.log(" [execute eval] When [true] is set, when [false] is set in eval,")

@@ -6,3 +6,3 @@ {

},
"version": "0.0.23",
"version": "0.0.24",
"description": "nandokujs is an obfuscation tool for obfuscating javascript files to be published on the Web and making it difficult to analyze the contents.",

@@ -9,0 +9,0 @@ "main": "index.js",

@@ -9,3 +9,3 @@ # nandokujs とは

日本語の説明は [こちら](https://github.com/maachang/nandokujs/blob/master/README_JP.MD)
English documents [here](https://github.com/maachang/nandokujs/blob/master/README.MD)

@@ -33,3 +33,3 @@ nandokujsは、Webに公開するjavascriptファイルを難読化し、内容を解析しづらくするための、難読化ツールです.

```
$ nandokujs [js file name] [tally code]
$ nandokujs [js file name] [execute eval] [tally code]
[js file name] Set the js file name to be converted.

@@ -36,0 +36,0 @@ [execute eval] When [true] is set, when [false] is set in eval,

@@ -32,3 +32,3 @@ # What is nandokujs

```
$ nandokujs [js file name] [tally code]
$ nandokujs [js file name] [execute eval] [tally code]
[js file name] Set the js file name to be converted.

@@ -35,0 +35,0 @@ [execute eval] When [true] is set, when [false] is set in eval,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc