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

@common-stack/client-core

Package Overview
Dependencies
Maintainers
1
Versions
263
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.2-alpha.4 to 3.0.2-alpha.5

4

lib/connector/abstract-connector.d.ts

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

import { IdGetterObj } from '@apollo/client/core';
import { ErrorLink } from '@apollo/client/link/error';
import { IdGetterObj } from '@apollo/client/core/index.js';
import { ErrorLink } from '@apollo/client/link/error/index.js';
import { ReducersMapObject } from 'redux';

@@ -4,0 +4,0 @@ import { interfaces } from 'inversify';

@@ -1,2 +0,2 @@

import*as React from'react';import {merge,without,union,map,castArray}from'lodash';import {Container}from'inversify';/* eslint-disable @typescript-eslint/no-explicit-any */
import*as React from'react';import {merge,without,union,map,castArray}from'lodash-es';import {Container}from'inversify';/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable no-nested-ternary */

@@ -3,0 +3,0 @@ /* eslint-disable no-use-before-define */

@@ -1,2 +0,2 @@

import { ApolloClient } from '@apollo/client/core';
import { ApolloClient } from '@apollo/client/core/index.js';
import { interfaces } from 'inversify';

@@ -3,0 +3,0 @@ import { IFeature } from '../interfaces';

@@ -1,2 +0,2 @@

import {ApolloClient}from'@apollo/client/core';import {InMemoryCache}from'@apollo/client/cache';import {logger}from'@cdm-logger/client';import {ClientTypes}from'@common-stack/core';class UtilityClass {
import {ApolloClient}from'@apollo/client/core/index.js';import {InMemoryCache}from'@apollo/client/cache/index.js';import {logger}from'@cdm-logger/client';import {ClientTypes}from'@common-stack/core';class UtilityClass {
constructor(modules) {

@@ -3,0 +3,0 @@ this.modules = modules;

@@ -1,6 +0,6 @@

import { ApolloLink, IdGetterObj, Operation, PossibleTypesMap, Resolvers, TypePolicies } from '@apollo/client/core';
import { ApolloLink, IdGetterObj, Operation, PossibleTypesMap, Resolvers, TypePolicies } from '@apollo/client/core/index.js';
import { interfaces } from 'inversify';
import { Cache } from '@apollo/client/cache';
import { Cache } from '@apollo/client/cache/index.js';
import { ReducersMapObject } from 'redux';
import { ErrorLink } from '@apollo/client/link/error';
import { ErrorLink } from '@apollo/client/link/error/index.js';
type ConnectionParams = {

@@ -7,0 +7,0 @@ [paramName: string]: any;

{
"name": "@common-stack/client-core",
"version": "3.0.2-alpha.4",
"version": "3.0.2-alpha.5",
"description": "common core for higher packages to depend on",

@@ -9,2 +9,3 @@ "license": "ISC",

"module": "lib/index.js",
"type": "module",
"typings": "lib/index.d.ts",

@@ -24,3 +25,3 @@ "scripts": {

"dependencies": {
"@common-stack/core": "3.0.2-alpha.4"
"@common-stack/core": "3.0.2-alpha.5"
},

@@ -37,3 +38,3 @@ "publishConfig": {

},
"gitHead": "7deb1a3481f99ae891bcd92f4ca426f9526c1cf7"
"gitHead": "7a5b0b3aa99a29b9408d46afdde2f96f9009d7b2"
}

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