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.1.0 to 0.1.2

0

dist/authApi.d.ts
export declare function fetchToken(clientId: string, clientSecret: string, refreshToken: string): Promise<any>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum PublishTarget {

@@ -0,0 +0,0 @@ "use strict";

export { fetchToken } from './authApi';
export { PublishTarget, IWebstoreResource, IPublishResponse, PublishStatus, UploadState } from './consts';
export { WebstoreApi } from './webstoreApi';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

6

package.json
{
"name": "typed-chrome-webstore-api",
"version": "0.1.0",
"version": "0.1.2",
"description": "Typed Chrome Webstore API to upload/publish extensions",

@@ -11,5 +11,5 @@ "main": "dist/index.js",

"type": "git",
"url": "https://github.com/cardinalby/typed-chrome-webstore-api.git"
"url": "https://github.com/cardinalby/typed-chrome-webstore-api"
},
"homepage": "https://github.com/cardinalby/typed-chrome-webstore-api.git",
"homepage": "https://github.com/cardinalby/typed-chrome-webstore-api",
"keywords": [

@@ -16,0 +16,0 @@ "raii",

@@ -0,0 +0,0 @@ [![Build Status](https://travis-ci.com/cardinalby/typed-chrome-webstore-api.svg?branch=master)](https://travis-ci.com/cardinalby/typed-chrome-webstore-api)

Sorry, the diff of this file is not supported yet

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