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

library1603

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

library1603 - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

projects/test-library/src/lib/test-library.component.html

2

package.json
{
"name": "library1603",
"version": "0.0.0",
"version": "0.0.1",
"scripts": {

@@ -5,0 +5,0 @@ "ng": "ng",

@@ -11,3 +11,3 @@ import { Component, OnInit } from '@angular/core';

<div *ngIf="!view">
<lib-component2></lib-component2>
<lib-component1></lib-component1>
</div>

@@ -14,0 +14,0 @@ `,

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { TestLibraryModule } from 'test-library';
import { AppRoutingModule } from './app-routing.module';

@@ -13,3 +13,4 @@ import { AppComponent } from './app.component';

BrowserModule,
AppRoutingModule
AppRoutingModule,
TestLibraryModule
],

@@ -16,0 +17,0 @@ providers: [],

Sorry, the diff of this file is not supported yet

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