Socket
Socket
Sign inDemoInstall

@common-stack/core

Package Overview
Dependencies
Maintainers
1
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@common-stack/core - npm Package Compare versions

Comparing version 0.5.9 to 0.5.21

1

lib/constants/types.d.ts

@@ -14,2 +14,3 @@ export declare const CommonType: {

ApolloClient: symbol;
ApolloClientFactory: symbol;
InMemoryCache: symbol;

@@ -16,0 +17,0 @@ UtilityClass: symbol;

@@ -18,2 +18,3 @@ "use strict";

ApolloClient: Symbol.for('ApolloClient'),
ApolloClientFactory: Symbol.for('ApolloClientFactory'),
InMemoryCache: Symbol.for('InMemoryCache'),

@@ -20,0 +21,0 @@ UtilityClass: Symbol.for('UtilityClass'),

2

lib/envalid.d.ts
import * as envalid from 'envalid';
export declare type EnvalidConfig = {
export type EnvalidConfig = {
required: boolean;

@@ -4,0 +4,0 @@ devRequired: boolean;

{
"name": "@common-stack/core",
"version": "0.5.9",
"version": "0.5.21",
"description": "Common core for higher packages to depend on",

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

},
"gitHead": "31a6012ca134ef9efd247a07f545e50bbee41e90"
"gitHead": "4cc2a1dccc27572118245f2ea4f671d70a3db9d3"
}

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