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.3-alpha.0 to 3.0.3-alpha.2

2

lib/connector/abstract-connector.js

@@ -131,3 +131,3 @@ 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 */

})
.map((str) => str.trim())
.map((str) => str?.trim())
.join('\n');

@@ -134,0 +134,0 @@ const typeDefs = acc.typeDefs ? acc.typeDefs.concat('\n', schema) : schema;

{
"name": "@common-stack/client-core",
"version": "3.0.3-alpha.0",
"version": "3.0.3-alpha.2",
"description": "common core for higher packages to depend on",

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

},
"gitHead": "5059c814e1bd62df90c46f287bded14419461d9a"
"gitHead": "22e9d9a7ad2eb5fad6d7416f05638e6449e74dcd"
}

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