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

ngx-logs

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-logs - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

esm2022/lib/ngx-logs.component.mjs

0

index.d.ts

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

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

@@ -0,0 +0,0 @@ import * as i0 from "@angular/core";

@@ -0,0 +0,0 @@ import * as i0 from "@angular/core";

20

package.json

@@ -8,6 +8,6 @@ {

"description": "A Web console is a tool which is mainly used to log information associated with a web page like: network requests, JavaScript, security errors, warnings, CSS etc. It enables us to interact with a web page by executing JavaScript expression in the contents of the page.",
"version": "0.1.7",
"version": "0.1.8",
"peerDependencies": {
"@angular/common": "^13.0.0",
"@angular/core": "^13.0.0"
"@angular/common": "^16.1.8",
"@angular/core": "^16.1.8"
},

@@ -34,7 +34,3 @@ "dependencies": {

"license": "MIT",
"module": "fesm2015/ngx-logs.mjs",
"es2020": "fesm2020/ngx-logs.mjs",
"esm2020": "esm2020/ngx-logs.mjs",
"fesm2020": "fesm2020/ngx-logs.mjs",
"fesm2015": "fesm2015/ngx-logs.mjs",
"module": "fesm2022/ngx-logs.mjs",
"typings": "index.d.ts",

@@ -47,7 +43,5 @@ "exports": {

"types": "./index.d.ts",
"esm2020": "./esm2020/ngx-logs.mjs",
"es2020": "./fesm2020/ngx-logs.mjs",
"es2015": "./fesm2015/ngx-logs.mjs",
"node": "./fesm2015/ngx-logs.mjs",
"default": "./fesm2020/ngx-logs.mjs"
"esm2022": "./esm2022/ngx-logs.mjs",
"esm": "./esm2022/ngx-logs.mjs",
"default": "./fesm2022/ngx-logs.mjs"
}

@@ -54,0 +48,0 @@ },

export * from './lib/ngx-logs.service';
export * from './lib/ngx-logs.component';
export * from './lib/ngx-logs.module';
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