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

@portkey/graphql

Package Overview
Dependencies
Maintainers
3
Versions
354
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@portkey/graphql - npm Package Compare versions

Comparing version 0.0.1-alpha.1.6 to 0.0.1-alpha.1.8

2

dist/did/index.d.ts

@@ -11,3 +11,3 @@ import { BaseGraphQL, IGraphQLClient } from '../types';

});
getHolderInfoByManager(params: Required<Pick<GetCaHolderManagerInfoDto, 'manager' | 'chainId'>>): Promise<{
getHolderInfoByManager(params: Partial<Omit<GetCaHolderManagerInfoDto, 'manager' | 'chainId'>> & Required<Pick<GetCaHolderManagerInfoDto, 'manager' | 'chainId'>>): Promise<{
caHolderManagerInfo: CaHolderWithGuardian[];

@@ -14,0 +14,0 @@ }>;

@@ -25,3 +25,3 @@ "use strict";

const caResult = yield (0, utils_1.getCAHolderManagerInfo)(client, {
dto: Object.assign(Object.assign({}, params), { skipCount: 0, maxResultCount: 1 }),
dto: Object.assign({ skipCount: 0, maxResultCount: 1 }, params),
});

@@ -28,0 +28,0 @@ if (caResult.error)

{
"name": "@portkey/graphql",
"version": "0.0.1-alpha.1.6",
"version": "0.0.1-alpha.1.8",
"description": "",

@@ -14,2 +14,8 @@ "author": "",

],
"homepage": "https://portkey.finance/",
"repository": {
"type": "git",
"url": "https://github.com/Portkey-Wallet/portkey-web.git",
"directory": "packages/graphql"
},
"type": "commonjs",

@@ -23,3 +29,3 @@ "types": "./dist/index.d.ts",

"start": "tsc --watch",
"generate": "rm -rf ./**/*/__generated__ && node gqlg.js && graphql-codegen --config codegen.config.ts"
"generate": "rm -rf ./**/*/__generated__ && node gqlg.js && graphql-codegen --config codegen.config.ts && eslint '*/**/*.{js,ts,tsx}' --quiet --fix"
},

@@ -26,0 +32,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

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