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

github-user-widget

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-user-widget - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

fesm2015/github-user-widget.js
import { obtenerDatosDeUsuario } from 'proyecto-1b-api-github';
import { CommonModule } from '@angular/common';
import { FormsModule } from '@angular/forms';
import { Injectable, Component, Input, NgModule, defineInjectable } from '@angular/core';
import { Injectable, Component, Input, defineInjectable, NgModule } from '@angular/core';

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

import { obtenerDatosDeUsuario } from 'proyecto-1b-api-github';
import { CommonModule } from '@angular/common';
import { FormsModule } from '@angular/forms';
import { Injectable, Component, Input, NgModule, defineInjectable } from '@angular/core';
import { Injectable, Component, Input, defineInjectable, NgModule } from '@angular/core';

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

{
"name": "github-user-widget",
"version": "0.0.2",
"version": "0.0.3",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular/common": "^7.2.0",

@@ -44,5 +44,9 @@ # Librería Github User Widget

* Con buscador
```
<guw-buscador-usuario></guw-buscador-usuario>
```
* Sin buscador
```
<guw-usuario [busqueda]="<usuario_a_buscar>"></guw-usuario>
```
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