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.9.0 to 1.0.0-alpha.0

./dist/commonjs/index.js

9

dist/types/index.d.ts

@@ -1,9 +0,4 @@

import { ApolloClient, NormalizedCacheObject } from '@apollo/client';
export interface IGraphQLClient extends ApolloClient<NormalizedCacheObject> {
}
export declare abstract class BaseGraphQL<T extends IGraphQLClient = IGraphQLClient> {
protected readonly _client: T;
constructor(client: T);
}
export * from './did';
export * from './types';
export * from './client';
//# sourceMappingURL=index.d.ts.map
{
"name": "@portkey/graphql",
"version": "0.0.1-alpha.9.0",
"version": "1.0.0-alpha.0",
"description": "",
"main": "./dist/commonjs/index.js",
"module": "./dist/esm/index.js",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/commonjs/index.js"
}
},
"author": "",

@@ -20,9 +29,9 @@ "license": "ISC",

},
"type": "commonjs",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc",
"build": "yarn build:cjs & yarn build:esm & yarn build:types",
"build:cjs": "tsc && echo '{\"type\": \"commonjs\"}' > ./dist/commonjs/package.json",
"build:esm": "tsc --build tsconfig.esm.json && echo '{\"type\": \"module\"}' > ./dist/esm/package.json && yarn esm:fix",
"build:types": "tsc --build tsconfig.types.json",
"esm:fix": "node ../../scripts/fix-esm.js dist/esm",
"start": "tsc --watch",

@@ -33,3 +42,3 @@ "generate": "rm -rf ./**/*/__generated__ && node gqlg.js && graphql-codegen --config codegen.config.ts && eslint '*/**/*.{js,ts,tsx}' --quiet --fix"

"@apollo/client": "^3.7.3",
"@portkey/types": "^0.0.1-alpha.9.0",
"@portkey/types": "^1.0.0-alpha.0",
"graphql": "^16.6.0",

@@ -48,3 +57,3 @@ "subscriptions-transport-ws": "^0.11.0"

},
"gitHead": "7afcffa98f5ac5515efc6a791b0114a4791e0711"
"gitHead": "6438f939a364eb228a71945484af8603de9905aa"
}

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