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

rfx-logger

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rfx-logger - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

0

karma.conf.js

@@ -0,0 +0,0 @@ // Karma configuration file, see link for more information

@@ -0,0 +0,0 @@ {

2

package.json
{
"name": "rfx-logger",
"version": "0.1.0",
"version": "0.1.1",
"description": "RfxLogger - beautiful logger",

@@ -5,0 +5,0 @@ "author": "RedFoxxo",

@@ -0,0 +0,0 @@ # RfxLogger

import { NgModule } from '@angular/core';
import { RfxLoggerService } from './rfx-logger.service';
@NgModule({
imports: [],
exports: [RfxLoggerService],
providers: [RfxLoggerService],
exports: []
})
export class RfxLoggerModule { }

@@ -0,0 +0,0 @@ import { TestBed } from '@angular/core/testing';

@@ -0,0 +0,0 @@ import { Injectable } from '@angular/core';

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ // This file is required by karma.conf.js and loads recursively all the .spec and framework files

@@ -6,3 +6,3 @@ /* To learn more about this file see: https://angular.io/config/tsconfig. */

"outDir": "../../out-tsc/lib",
"target": "es2015",
"target": "es2016",
"declaration": true,

@@ -9,0 +9,0 @@ "declarationMap": true,

@@ -5,3 +5,3 @@ /* To learn more about this file see: https://angular.io/config/tsconfig. */

"compilerOptions": {
"declarationMap": false
"declarationMap": true
},

@@ -8,0 +8,0 @@ "angularCompilerOptions": {

@@ -0,0 +0,0 @@ /* To learn more about this file see: https://angular.io/config/tsconfig. */

@@ -0,0 +0,0 @@ {

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