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

typed-chrome-webstore-api

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

typed-chrome-webstore-api - npm Package Compare versions

Comparing version 0.4.8 to 0.4.9

1

dist/index.d.ts
export { fetchToken } from './authApi';
export { PublishTarget, IWebstoreResource, IPublishResponse, PublishStatus, UploadState, IItemErrorEntry, ILicensesResponse, IPaymentsResponse, IUserLicensesResponse, LicenseAccessLevelEnum, PaymentStateEnum, } from './consts';
export { WebstoreApi } from './webstoreApi';
export { WebstoreResource } from './webstoreResource';
export * from './downloadCrx';

@@ -21,2 +21,4 @@ "use strict";

Object.defineProperty(exports, "WebstoreApi", { enumerable: true, get: function () { return webstoreApi_1.WebstoreApi; } });
var webstoreResource_1 = require("./webstoreResource");
Object.defineProperty(exports, "WebstoreResource", { enumerable: true, get: function () { return webstoreResource_1.WebstoreResource; } });
__exportStar(require("./downloadCrx"), exports);

5

dist/webstoreApi.d.ts

@@ -6,2 +6,3 @@ /// <reference types="node" />

import { ILicensesResponse, IPaymentsResponse, IUserLicensesResponse } from './consts';
import { WebstoreResource } from './webstoreResource';
export declare class WebstoreApi {

@@ -12,4 +13,4 @@ protected _token: string;

setToken(token: string): void;
upload(readStream: Buffer | Readable, appId?: string): Promise<consts.IWebstoreResource>;
getUpload(appId: string): Promise<consts.IWebstoreResource>;
upload(readStream: Buffer | Readable, appId?: string): Promise<WebstoreResource>;
getUpload(appId: string): Promise<WebstoreResource>;
publish(appId: string, target?: consts.PublishTarget | string): Promise<consts.IPublishResponse>;

@@ -16,0 +17,0 @@ /**

{
"name": "typed-chrome-webstore-api",
"version": "0.4.8",
"version": "0.4.9",
"description": "Typed Chrome Webstore API to upload/publish extensions",

@@ -5,0 +5,0 @@ "main": "dist/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