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

@vtex/api

Package Overview
Dependencies
Maintainers
21
Versions
890
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtex/api - npm Package Compare versions

Comparing version 0.28.1 to 0.28.2

4

lib/Metadata.js

@@ -32,6 +32,6 @@ "use strict";

this.save = (bucket, key, data) => {
return this.http.put(routes.MetadataKey(bucket, key), { data });
return this.http.put(routes.MetadataKey(bucket, key), data);
};
this.saveAll = (bucket, data) => {
return this.http.put(routes.Metadata(bucket), { data });
return this.http.put(routes.Metadata(bucket), data);
};

@@ -38,0 +38,0 @@ this.delete = (bucket, key) => {

{
"name": "@vtex/api",
"version": "0.28.1",
"version": "0.28.2",
"description": "VTEX I/O API client",

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

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