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

restringer

Package Overview
Dependencies
Maintainers
2
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.7.1 to 1.7.2

5

package.json
{
"name": "restringer",
"version": "1.7.1",
"version": "1.7.2",
"description": "Deobfuscate Javascript with emphasis on reconstructing strings",

@@ -14,4 +14,5 @@ "main": "index.js",

"dependencies": {
"flast": "^1.4.0",
"jsdom": "^22.1.0",
"obfuscation-detector": "^1.1.0",
"obfuscation-detector": "^1.1.2",
"vm2": "^3.9.19"

@@ -18,0 +19,0 @@ },

1

tests/modules-tests.js

@@ -22,2 +22,3 @@ const {generateFlatAST} = require('flast');

enabled: true,
looped: true,
name: 'removeRedundantBlockStatements - TP-3',

@@ -24,0 +25,0 @@ func: __dirname + '/../src/modules/safe/removeRedundantBlockStatements',

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