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

ngx-dropdown-list

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-dropdown-list - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

package.json
{
"name": "ngx-dropdown-list",
"version": "1.0.7",
"version": "1.0.8",
"private": false,

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

@@ -18,20 +18,16 @@ # ngx-dropdown-list

```TypeScript
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { DropdownListModule } from 'ngx-dropdown-list';
import { AppComponent } from './app.component';
import { DropdownListModule } from '../ngx-dropdown-list';
@NgModule({
declarations: [
AppComponent
...
],
imports: [
BrowserModule,
DropdownListModule,
...
],
providers: [],
bootstrap: [AppComponent]
bootstrap: [...]
})
export class AppModule { }

@@ -38,0 +34,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