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

saaf-common

Package Overview
Dependencies
Maintainers
5
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

saaf-common - npm Package Compare versions

Comparing version 1.0.97 to 1.0.98

2

package.json
{
"name": "saaf-common",
"version": "1.0.97",
"version": "1.0.98",
"description": "",

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

@@ -15,2 +15,5 @@ /*

for (const key in params) {
if(params[key] === undefined || params[key] === null) {
continue
}
if(hasGetParams){

@@ -17,0 +20,0 @@ url += `&${key}=${params[key]}`

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