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

@plasmohq/chrome-webstore-api

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plasmohq/chrome-webstore-api - npm Package Compare versions

Comparing version 2.7.0 to 2.7.1

8

dist/index.d.ts
import { ReadStream } from 'fs';
declare type Options = {
type Options = {
extId: string;

@@ -9,5 +9,5 @@ clientId: string;

};
declare type PublishTarget = "default" | "trustedTesters";
declare type GetProjection = "DRAFT" | "PUBLISHED";
declare type UploadState = "FAILURE" | "IN_PROGRESS" | "NOT_FOUND" | "SUCCESS";
type PublishTarget = "default" | "trustedTesters";
type GetProjection = "DRAFT" | "PUBLISHED";
type UploadState = "FAILURE" | "IN_PROGRESS" | "NOT_FOUND" | "SUCCESS";
declare const errorMap: {

@@ -14,0 +14,0 @@ extId: string;

{
"name": "@plasmohq/chrome-webstore-api",
"version": "2.7.0",
"version": "2.7.1",
"description": "Chrome webstore API",

@@ -27,11 +27,11 @@ "exports": "./dist/index.js",

"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "3.5.4",
"@plasmohq/rps": "1.5.3",
"@types/node": "18.11.9",
"prettier": "2.7.1",
"tsup": "6.4.0",
"typescript": "4.8.4"
"@plasmohq/prettier-plugin-sort-imports": "3.6.1",
"@plasmohq/rps": "1.8.1",
"@types/node": "18.11.18",
"prettier": "2.8.3",
"tsup": "6.5.0",
"typescript": "4.9.4"
},
"dependencies": {
"got": "12.5.2"
"got": "12.5.3"
},

@@ -38,0 +38,0 @@ "scripts": {

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