New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@starnetbih/app-configuration

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@starnetbih/app-configuration - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

package.json
{
"name": "@starnetbih/app-configuration",
"description": "An Aurelia 2 basic app-settings plugin (aplha)",
"version": "0.1.1",
"description": "An Aurelia 2 basic app-settings plugin (alpha)",
"version": "0.1.2",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

@@ -1,4 +0,5 @@

import { AppTask, DI, Registration, IHttpClient, IContainer, IRegistry, noop } from 'aurelia';
import { IContainer, IRegistry, noop } from '@aurelia/kernel';
import { AppTask, DI, Registration } from 'aurelia';
import { IHttpClient } from '@aurelia/fetch-client';
export interface IAppConfiguration {

@@ -5,0 +6,0 @@ get(key: string): any;

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