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.6.1-alpha.3 to 0.6.1-alpha.4

2

lib/connectors/feature.d.ts

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

/// <reference types="@types/node" />
/// <reference types="node" />
import { IFeature2, IFeature2Shape } from '../interfaces';

@@ -3,0 +3,0 @@ declare class Feature2 implements IFeature2 {

import * as envalid from 'envalid';
export declare type EnvalidConfig = {
export type EnvalidConfig = {
required: boolean;

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

import { Resource } from 'i18next';
import { interfaces } from 'inversify';
import { IFeature2Shape } from './feature';
export declare type ILocalization = {
export type ILocalization = {
ns: string;
resources: Resource;
};
export declare type ContainerFunc = (options?: any) => interfaces.ContainerModule;
export type ContainerFunc = (options?: any) => interfaces.ContainerModule;
/**

@@ -10,0 +10,0 @@ * Common Feature Shape

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

/// <reference types="@types/node" />
/// <reference types="node" />
/**

@@ -3,0 +3,0 @@ * @param Feature2Shape

{
"name": "@common-stack/core",
"version": "0.6.1-alpha.3",
"version": "0.6.1-alpha.4",
"description": "Common core for higher packages to depend on",

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

},
"gitHead": "8c23bfd49fb16286e23bf5d3d2dce2deb724b275"
"gitHead": "8f1002595ef0da183fc26d37a4a185b9c94cfc76"
}
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