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

@feature-hub/core

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feature-hub/core - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [0.2.0](https://github.com/sinnerschrader/feature-hub/compare/v0.1.1...v0.2.0) (2018-11-28)
**Note:** Version bump only for package @feature-hub/core
## [0.1.1](https://github.com/sinnerschrader/feature-hub/compare/v0.1.0...v0.1.1) (2018-11-28)

@@ -8,0 +16,0 @@

1

lib/async-value.d.ts

@@ -7,2 +7,1 @@ export declare class AsyncValue<TValue> {

}
//# sourceMappingURL=async-value.d.ts.map

@@ -36,2 +36,1 @@ import { AsyncValue } from './async-value';

}
//# sourceMappingURL=feature-app-manager.d.ts.map

@@ -46,2 +46,1 @@ export interface FeatureServiceConsumerDependencies {

}
//# sourceMappingURL=feature-service-registry.d.ts.map
export * from './async-value';
export * from './feature-app-manager';
export * from './feature-service-registry';
//# sourceMappingURL=index.d.ts.map
import { FeatureAppModule } from '../feature-app-manager';
export declare function isFeatureAppModule(maybeFeatureAppModule: any): maybeFeatureAppModule is FeatureAppModule<unknown>;
//# sourceMappingURL=is-feature-app-module.d.ts.map

@@ -9,2 +9,1 @@ export interface Dependencies {

export declare function toposortDependencies(dependencyGraph: DependencyGraph): string[];
//# sourceMappingURL=toposort-dependencies.d.ts.map
{
"name": "@feature-hub/core",
"version": "0.1.1",
"version": "0.2.0",
"description": "The core functionality of the Feature Hub.",

@@ -31,3 +31,3 @@ "bugs": {

},
"gitHead": "ca32d2f07f044db14ea63bdb4abc9c66411b8f88"
"gitHead": "563c459239c49fe1d5663c3529c5b741d3eb7377"
}
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