New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rollun-rql

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollun-rql - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

2

package.json
{
"name": "rollun-rql",
"version": "0.3.7",
"version": "0.3.8",
"author": "Kris Zyp",

@@ -5,0 +5,0 @@ "contributors": [

@@ -129,2 +129,6 @@ /**

if (typeof string === "string") {
if (string[0] === '+' || string[0] === '-') {
var index = string.slice(0, 1);
string = string.substr(1);
}
string = encodeURIComponent(string);

@@ -138,6 +142,7 @@ while (string.match(/[\(\)\-\_\.\~\!]/g)) {

.replace("~", "%7E")
.replace("!", "%21");
}
}
console.log(string);
if (index) {
string = index + string;
}
return string;

@@ -144,0 +149,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