restringer
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "restringer", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Deobfuscate Javascript with emphasis on reconstructing strings", | ||
"main": "index.js", | ||
"bin": { | ||
"restringer": "./src/restringer.js" | ||
}, | ||
"directories": { | ||
@@ -7,0 +10,0 @@ "prepare": "husky install", |
@@ -15,4 +15,3 @@ /** | ||
'augmented_array_function_replacements': () => require(__dirname + '/augmentedArray.js'), | ||
'augmented_proxied_array_function_replacements': () => require(__dirname + '/augmentedProxiedArrayFunc.js'), | ||
'proxied_augmented_array_function_replacements': () => require(__dirname + '/augmentedArray.js'), | ||
}; |
#!/usr/bin/env node | ||
// noinspection JSValidateJSDoc | ||
@@ -4,0 +3,0 @@ const fs = require('fs'); |
@@ -12,3 +12,2 @@ module.exports = { | ||
'Local Proxies': 'localProxies.js', | ||
// 'Presence': 'presence.js', | ||
}; |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
172
584468
106
9665