Huge News!Announcing our $40M Series B led by Abstract Ventures.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.24.0 to 0.25.0

lib/Metadata.d.ts

1

lib/index.d.ts

@@ -9,2 +9,3 @@ export * from './Apps';

export * from './Colossus';
export * from './Metadata';
export * from './responses';

@@ -14,1 +14,2 @@ "use strict";

__export(require("./Colossus"));
__export(require("./Metadata"));

@@ -30,1 +30,6 @@ export declare type Policy = {

};
export declare type BucketMetadata = {
state: string;
lastModified: string;
hash: string;
};

7

lib/VBase.d.ts
/// <reference types="node" />
import { Readable } from 'stream';
import { InstanceOptions } from './HttpClient';
import { FileListItem } from './responses';
import { BucketMetadata, FileListItem } from './responses';
export declare class VBase {

@@ -18,7 +18,2 @@ private http;

}
export declare type BucketMetadata = {
state: string;
lastModified: string;
hash: string;
};
export declare type BucketFileList = {

@@ -25,0 +20,0 @@ data: FileListItem[];

{
"name": "@vtex/api",
"version": "0.24.0",
"version": "0.25.0",
"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