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

restringer

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

restringer - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

src/utils/argsParser.js

5

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

1

src/processors/index.js

@@ -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',
};
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