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.4.3 to 1.4.4

2

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

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

@@ -27,2 +27,3 @@ const evalInVm = require(__dirname + '/evalInVm');

!skipProperties.includes(n.property?.name || n.property?.value) &&
(!(n.parentKey == 'left' && n.parentNode.type === 'AssignmentExpression')) &&
candidateFilter(n));

@@ -29,0 +30,0 @@

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