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.27 to 0.0.28

6

index.js

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

var _commandName = function() {
var v = JSON.parse(file.readByString("./package.json"));
return v.name;
return "nandokujs";
}

@@ -41,4 +40,3 @@

var _version = function() {
var v = JSON.parse(file.readByString("./package.json"));
return v.version;
return "0.0.28";
}

@@ -45,0 +43,0 @@

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

},
"version": "0.0.27",
"version": "0.0.28",
"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",

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