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

vtex-commons

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vtex-commons - npm Package Compare versions

Comparing version 0.4.9 to 0.4.10

2

package.json
{
"name": "vtex-commons",
"version": "0.4.9",
"version": "0.4.10",
"description": "Handy VTEX library for NodeJs",

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

@@ -9,4 +9,5 @@ const fetch = require('node-fetch')

const cacheKiller = Date.now()
const [key, token] = helper.extractCredentials(settings)
const searchUrl = `https://${settings.store}.${settings.env}/api/dataentities/${parameters.entity}/search?_where=(${encodeURI(parameters.rule)})&_fields=${encodeURI(parameters.fields)}`
const searchUrl = `https://${settings.store}.${settings.env}/api/dataentities/${parameters.entity}/search?_where=(${encodeURI(parameters.rule)})&_fields=${encodeURI(parameters.fields)}&_v=${cacheKiller}`
const options = {

@@ -13,0 +14,0 @@ method: 'GET',

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