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

@giteeteam/apps-api

Package Overview
Dependencies
Maintainers
5
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.1.1 to 0.1.2

3

dist/storage/query-api.js

@@ -20,3 +20,2 @@ export class StorageEntityQuery {

}
console.log('or', queries[0].entityName, queries[0].queryOptions);
return new StorageEntityQuery(globalStorage, queries[0].entityName, {

@@ -191,3 +190,3 @@ or: queries.map(q => q.queryOptions),

var _a;
const res = await this.globalStorage.query(this.entityName, this.queryOptions);
const res = await this.globalStorage.query(this.entityName, { ...this.queryOptions, limit: 1 });
if (res.code) {

@@ -194,0 +193,0 @@ throw new Error(res.error);

{
"name": "@giteeteam/apps-api",
"version": "0.1.1",
"version": "0.1.2",
"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