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

jscrambler

Package Overview
Dependencies
Maintainers
1
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jscrambler - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

5

jscrambler-client.js

@@ -64,2 +64,7 @@ 'use strict';

query += encodeURIComponent(keys[i]) + '=' + encodeURIComponent(params[keys[i]]) + '&';
query = query
.replace(/\*/g, '%2A')
.replace(/[!'()]/g, escape)
.replace(/%7E/g, '~')
.replace(/\+/g, '%20');
// Strip the last separator and return

@@ -66,0 +71,0 @@ return query.substring(0, query.length - 1);

2

package.json
{
"name": "jscrambler",
"description": "JScrambler API client.",
"version": "0.3.1",
"version": "0.3.2",
"homepage": "https://github.com/auditmark/node-jscrambler",

@@ -6,0 +6,0 @@ "author": {

@@ -1,2 +0,2 @@

# JSCrambler Client for Node.js
# JScrambler Client for Node.js

@@ -3,0 +3,0 @@ ## CLI

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