Socket
Socket
Sign inDemoInstall

@common-stack/client-core

Package Overview
Dependencies
Maintainers
1
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@common-stack/client-core - npm Package Compare versions

Comparing version 3.0.1-alpha.0 to 3.0.1-alpha.1

5

lib/interfaces/connector.d.ts

@@ -1,3 +0,3 @@

import { Resolvers, IdGetterObj, PossibleTypesMap, TypePolicies, Operation, ApolloLink } from '@apollo/client/core';
import { interfaces } from 'inversify';
import { ApolloLink, IdGetterObj, Operation, PossibleTypesMap, Resolvers, TypePolicies } from '@apollo/client/core';
import { Container, interfaces } from 'inversify';
import { Cache } from '@apollo/client/cache';

@@ -184,2 +184,3 @@ import { ReducersMapObject } from 'redux';

readonly reduxPersistTransforms?: any[];
readonly hydrate?: (container: Container, state: never) => void;
}

@@ -186,0 +187,0 @@ /**

4

package.json
{
"name": "@common-stack/client-core",
"version": "3.0.1-alpha.0",
"version": "3.0.1-alpha.1",
"description": "common core for higher packages to depend on",

@@ -34,3 +34,3 @@ "license": "ISC",

},
"gitHead": "2c5be38e54fcffe218106da86a39bf5c253e504d"
"gitHead": "84a06a3d14831e099634c6cb49f51b5ac7ab2a7c"
}
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