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

@nodeart/attributes-search-component

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodeart/attributes-search-component - npm Package Compare versions

Comparing version 1.0.3 to 2.1.1

export { AttributesSearchModule } from './src/attributes-search.module';
export { AttributesSearchComponent } from './src/attributes-search.component';
{
"name": "@nodeart/attributes-search-component",
"version": "1.0.3",
"version": "2.1.1",
"description": "Generate attrribute filter component that integrates into Product List Component",

@@ -16,5 +16,5 @@ "main": "index.ts",

"dependencies": {
"@nodeart/dal": "^1.0.1",
"@nodeart/productservice": "^1.0.5"
"@nodeart/dal": "2.1.1",
"@nodeart/productservice": "2.1.1"
}
}
}
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { CommonModule } from '@angular/common';
import { AttributesSearchComponent } from './attributes-search.component';

@@ -7,3 +7,3 @@ import { ProductServiceModule } from '@nodeart/productservice';

@NgModule({
imports: [BrowserModule, ProductServiceModule],
imports: [CommonModule, ProductServiceModule],
exports: [AttributesSearchComponent],

@@ -10,0 +10,0 @@ declarations: [AttributesSearchComponent],