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

@giteeteam/apps-api

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@giteeteam/apps-api - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

dist/queue/index.d.ts

4

dist/global.d.ts

@@ -5,2 +5,3 @@ /* eslint-disable no-var */

import type { CacheSetOptions, CacheValueType } from './cache';
import type { IQueueConfig, IQueuePushData } from './queue';

@@ -70,4 +71,7 @@ export interface PgQueryResult {

var storage: Storage;
var queue: {
push: (config: IQueueConfig, data: IQueuePushData) => Promise<Record<string, any>>;
};
}
export {};

@@ -8,1 +8,2 @@ export * from './axios';

export * from './resolver';
export * from './queue';

@@ -8,1 +8,2 @@ export * from './axios';

export * from './resolver';
export * from './queue';

2

package.json
{
"name": "@giteeteam/apps-api",
"version": "0.7.0",
"version": "0.8.0",
"description": "Giteeteam Apps API",

@@ -5,0 +5,0 @@ "keywords": [

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